]> git.sur5r.net Git - openldap/blobdiff - build/rules.mk
Unexpand spaces for tabs in prior commit before merging to rel_eng_1_1.
[openldap] / build / rules.mk
index aaf164799d2534f98c1c1a184c8def66a1d44489..370a9c587ae645bb5048cbf732451bea0bd279ac 100644 (file)
@@ -3,26 +3,19 @@
 ## Makefile Template for Programs
 ##
 
-all-common: all-local $(PROGRAMS)
+all-common: $(PROGRAMS) FORCE
 
-install-common: all-common install-local
+clean-common:  FORCE
+       $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
 
-clean-common:  clean-local
-       $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core
-
-veryclean-common: veryclean-local clean-local
-
-depend-common: depend-local
+depend-common: FORCE
        $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
 
-lint: lint-local
+lint: FORCE
        $(LINT) $(DEFS) $(DEFINES) $(SRCS)
 
-lint5: lint5-local
+lint5: FORCE
        $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
 
-# these could be empty
-lint-local: FORCE
-lint5-local: FORCE
-
 Makefile: $(top_srcdir)/build/rules.mk
+