From: borutr Date: Thu, 24 Nov 2005 12:15:23 +0000 (+0000) Subject: * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a7220958996305634543033507b0e031660cf0e6;p=fw%2Fsdcc * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3975 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ebe15fcb..2d2d55c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-24 Borut Razem + + * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try... + 2005-11-23 Bernhard Held * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271 diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 257b7c42..a629b1fa 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -286,7 +286,7 @@ clean_intermediate-pic16: install: all installdirs $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) $(CP_U) -r ds390 ds400 mcs51 small medium large gbz80 z80 hc08 pic pic16 *.c $(sdcc_libdir)/src - find $(sdcc_libdir)/src -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lst' -o -name '*.asm' -o -name 'CVS' -exec rm -r {} \; + find $(sdcc_libdir)/src \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lst' -o -name '*.asm' -o -name 'CVS' \) -exec rm -r {} \; # Deleting all the installed files # --------------------------------