From: Kevin M. Rosenberg Date: Sun, 28 Apr 2002 11:29:36 +0000 (+0000) Subject: r1829: *** empty log message *** X-Git-Tag: v1.6.1~456 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=d33fc1dd480aefb9cc05b5108575286316a905b6;hp=e6a7d07afbdac68d9a466381f72cefc066e8cb51;p=uffi.git r1829: *** empty log message *** --- diff --git a/Makefile.common b/Makefile.common index 82c41a4..beb5604 100644 --- a/Makefile.common +++ b/Makefile.common @@ -7,7 +7,6 @@ clean: @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl @rm -f *~ *.bak *.orig *.err \#*\# .#* @rm -f *.so *.a - @rm -f uffi-[0-9]*[0-9].tar.gz uffi-[0-9]*[0-9].zip @rm -rf debian/cl-uffi ifneq ($(SUBDIRS)$(DOCSUBDIRS),) @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ diff --git a/debian/rules b/debian/rules index 84910cc..104b04f 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + rm -f debian/cl-uffi.postinst.* debian/cl-uffi.prerm.* dh_clean