]> git.saurik.com Git - apt.git/blobdiff - buildlib/makefile.in
do not try to chown if not run as root
[apt.git] / buildlib / makefile.in
index ec7cdd63a98bf17a35b0e6491b79af1e357ec3d2..66144cfc66193356d15809ecbfef845c7fe06ddd 100644 (file)
@@ -21,7 +21,7 @@ all headers library clean veryclean binary program doc:
 .PHONY: maintainer-clean dist-clean pristine sanity distclean
 maintainer-clean dist-clean pristine sanity distclean:
        -rm -rf $(DIRS)
-       -rm -f config.cache config.log config.status environment.*mak makefile
+       -rm -f config.cache config.log config.status environment.mak makefile
        
 # Create the required directories and build the shims
 # The configure script fills in below, and then we do the right things..
@@ -31,11 +31,6 @@ maintainer-clean dist-clean pristine sanity distclean:
 .PHONY: dirs
 dirs: 
        $(MAKE) -C $(SRCDIR) -f Makefile $@
-ifeq ($(HAVE_C9X),yes)
-       @rm -f include/inttypes.h > /dev/null 2>&1
-else
-       @cp -p $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h
-endif
 ifeq ($(HAVE_STATVFS),yes)
        @rm -f include/statvfs.h > /dev/null 2>&1
 else