fixed make archive rule
authorewt <devnull@localhost>
Mon, 19 Aug 1996 17:40:18 +0000 (17:40 +0000)
committerewt <devnull@localhost>
Mon, 19 Aug 1996 17:40:18 +0000 (17:40 +0000)
CVS patchset: 965
CVS date: 1996/08/19 17:40:18

Makefile.in

index 60f5822..1bab389 100644 (file)
@@ -149,7 +149,7 @@ archive:
            make clean; \
            make noconfig; \
            find . -name "RCS" -exec rm {} \;  ; \
-           find . -name ".depend" -exec rm {} \;  ; \
+           find . -name ".depend" -exec rm {} \;  
        @cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION)
        @rm -rf /tmp/rpm-$(VERSION)
        @cp /tmp/rpm-$(VERSION).tar.gz .