mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work
This commit is contained in:
parent
bc3d17add8
commit
159083640a
@ -10,7 +10,7 @@
|
||||
##
|
||||
|
||||
SUBDIRS= include libraries clients servers tests doc # contrib
|
||||
CLEANDIRS= contrib/saucer
|
||||
CLEANDIRS= contrib
|
||||
INSTALLDIRS=
|
||||
|
||||
makefiles: FORCE
|
||||
|
@ -1823,6 +1823,7 @@ servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
|
||||
servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
|
||||
tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \
|
||||
tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \
|
||||
contrib/Makefile:build/top.mk:contrib/Makefile.in:build/dir.mk \
|
||||
contrib/saucer/Makefile:build/top.mk:contrib/saucer/Makefile.in:build/rules.mk \
|
||||
,[
|
||||
date > stamp-h
|
||||
|
6
contrib/Makefile.in
Normal file
6
contrib/Makefile.in
Normal file
@ -0,0 +1,6 @@
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
## doc Makefile.in for OpenLDAP
|
||||
|
||||
SUBDIRS= saucer
|
Loading…
x
Reference in New Issue
Block a user