From 9b2a9087c672700728465d78f3049c2db31405a8 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 25 Nov 2005 14:14:57 +0000 Subject: [PATCH] * added missing device/lib/mcs51/crt*.asm sources git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3982 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 919e1286..bc9739f8 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -290,12 +290,12 @@ install: all installdirs find $(sdcc_libdir)/src/$$srcdir \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ -name '*.lst' -o -name '*.asm' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ - -exec rm -r {} \; \ + -exec rm -r {} \; ; \ done find $(sdcc_libdir)/src/mcs51 \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ -name '*.lst' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ - -exec rm -r {} \; \ + -exec rm -r {} \; # Deleting all the installed files # -------------------------------- -- 2.47.2