mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Second level directory templates now appear to working correctly.
This commit is contained in:
parent
2f7d0a230a
commit
0d680845af
5 changed files with 12 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## Copyright 1998 Net Boolean Incorporated
|
||||
## COPYING RESTRICTIONS APPLY, See COPYING file
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
## Clients Makefile.in for OpenLDAP
|
||||
|
||||
|
|
|
|||
|
|
@ -347,7 +347,6 @@ dnl servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Make
|
|||
dnl servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
|
||||
dnl servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
|
||||
dnl servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
|
||||
dnl tests/Makefile:build/top.mk:tests/Makefile.in \
|
||||
dnl Makefile:build/top.mk:Makefile.in:build/dir.mk, \
|
||||
dnl [date > stamp-h])
|
||||
|
||||
|
|
@ -356,5 +355,6 @@ clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
|
|||
include/Makefile:build/top.mk:include/Makefile.in \
|
||||
libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
|
||||
servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
|
||||
tests/Makefile:build/top.mk:tests/Makefile.in \
|
||||
Makefile:build/top.mk:Makefile.in:build/dir.mk \
|
||||
,[date > stamp-h])
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
## Copyright 1998 Net Boolean Incorporated
|
||||
## COPYING RESTRICTIONS APPLY, See COPYING file
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
## include Makefile.in for OpenLDAP
|
||||
|
||||
|
|
@ -15,7 +15,9 @@ install: all FORCE
|
|||
all: ldapconfig.h FORCE
|
||||
|
||||
clean: FORCE
|
||||
veryclean: FORCE
|
||||
$(RM) ldapconfig.h
|
||||
|
||||
veryclean: clean FORCE
|
||||
depend: FORCE
|
||||
|
||||
ldapconfig.h: ldapconfig.h.edit Makefile
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
## Copyright 1998 The OpenLDAP Foundation
|
||||
## COPYING RESTRICTIONS APPLY, See COPYING file
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
## Libraries Makefile for OpenLDAP
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
## Copyright 1998 Net Boolean Incorporated
|
||||
## COPYING RESTRICTIONS APPLY, See COPYING file
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
## servers Makefile.in for OpenLDAP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue