]> git.saurik.com Git - apt.git/blobdiff - buildlib/defaults.mak
More aliases for clean
[apt.git] / buildlib / defaults.mak
index e9e7546fe9ee1aedfdb2bc4fc3d586fcbfa8057e..c9a501e8458c42835250f45eee74a2542512decf 100644 (file)
@@ -79,7 +79,7 @@ LDFLAGS+= -L$(LIB)
 .PHONY: headers library clean veryclean all binary program doc
 all: binary doc
 binary: library program
-maintainer-clean dist-clean: veryclean
+maintainer-clean dist-clean distclean pristine sanity: veryclean
 headers library clean veryclean program:
 
 # Header file control. We want all published interface headers to go
@@ -95,7 +95,7 @@ $(INCLUDE)/%.h $(addprefix $(INCLUDE)/,$(addsuffix /%.h,$(HEADER_TARGETDIRS))) :
 # makedep program that can be called after compiling, that's illistrated
 # by the DEPFLAG case.
 # Compile rules are expected to call this macro after calling the compiler
- ifdef INLINEDEPFLAG
+ifdef INLINEDEPFLAG
  define DoDep
        sed -e "1s/.*:/$(subst /,\\/,$@):/" $(basename $(@F)).d > $(DEP)/$(basename $(@F)).d
        -rm -f $(basename $(@F)).d