Skip to content
Snippets Groups Projects
Commit 0d680845 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Second level directory templates now appear to working correctly.

parent 2f7d0a23
No related branches found
No related tags found
No related merge requests found
## 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])
## 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
......
## 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
......
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment