]> git.sur5r.net Git - openldap/blobdiff - include/setup.mak
Fixed exit code processing. passwd.c never committed its password change
[openldap] / include / setup.mak
index 3d346a4eb8d505eaa65b5b99ee227162bbe68388..a24056e9edb692d26d55fd9454b98f218a065407 100644 (file)
@@ -1,17 +1,20 @@
+# $OpenLDAP$
+#
+# Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+#
 
-all: setup.txt
-
-setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h
-        copy setup.mak setup.txt
+.SUFFIXES: .nt
 
-lber_types.h: lber_types.h.nt
-       copy lber_types.h.nt lber_types.h
+.nt.h:
+       copy $*.nt $*.h
 
-ldap_config.h: ldap_config.h.nt
-       copy ldap_config.h.nt ldap_config.h
+all: setup.txt
 
-ldap_features.h: ldap_features.h.nt
-       copy ldap_features.h.nt ldap_features.h
+setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
+       copy setup.mak setup.txt
 
-portable.h: portable.h.nt
-       copy portable.h.nt portable.h
+lber_types.h: lber_types.nt
+ldap_config.h: ldap_config.nt
+ldap_features.h: ldap_features.nt
+portable.h: portable.nt