Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e2dfcf34
Commit
e2dfcf34
authored
Oct 23, 2007
by
Quanah Gibson-Mount
Browse files
Makefile fixes
parent
d558590b
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e2dfcf34
...
...
@@ -23,6 +23,7 @@ OpenLDAP 2.3.39 Engineering
Fixed libldap ppolicy control creation (ITS#5103)
Build Environment
Fixed termios macro check (ITS#4880)
Updated Makefiles
Documentation
Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
...
...
servers/slapd/back-hdb/Makefile.in
View file @
e2dfcf34
...
...
@@ -57,7 +57,7 @@ LIBBASE = back_hdb
XINCPATH
=
-I
..
-I
$(srcdir)
/..
-I
$(srcdir)
-I
$(XXDIR)
XDEFS
=
$(MODULES_CPPFLAGS)
depend-
common
:
.links
depend-
local-lib
:
.links
all-local-lib
:
../.backend
...
...
servers/slapd/overlays/Makefile.in
View file @
e2dfcf34
...
...
@@ -124,7 +124,7 @@ $(LIBRARY): $(OBJS) version.lo
$(AR)
rs
$@
$(OBJS)
# Must fixup depends for non-libtool objects
depend-local
:
depend-local
:
depend-common
@
if
test
-n
"
$(OBJS)
"
;
then
\
OBJ2
=
`
echo
$(OBJS)
$(OBJDEP)
|
$(SED)
-e
's/\.o//g'
`
;
\
SCR
=
''
;
for
i
in
$$
OBJ2
;
do
SCR
=
"
$$
SCR -e s/^
$$
i.lo:/
$$
i.o:/"
;
done
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment