Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
16e98957
Commit
16e98957
authored
Oct 23, 2007
by
Quanah Gibson-Mount
Browse files
Makefile updates
parent
e03eb0e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
16e98957
...
...
@@ -41,6 +41,7 @@ OpenLDAP 2.4.6 Engineering
Build Environment
Use separate config OID arc for contrib (ITS#5158)
Updated contrib/ldapc++ build enviroment
Updated Makefiles
Documentation
Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
slapadd/slapindex note about file ownership (ITS#5166)
...
...
servers/slapd/back-hdb/Makefile.in
View file @
16e98957
...
...
@@ -59,7 +59,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 @
16e98957
...
...
@@ -132,7 +132,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
Supports
Markdown
0%
Try again
or
attach a new 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