replaced find option -or with -o to make it run on solaris
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 22 Aug 2005 18:38:58 +0000 (18:38 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 22 Aug 2005 18:38:58 +0000 (18:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3869 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/Makefile.in

index c6f0fb90627adbfeb720b5895f185136d86f52aa..d531a3fcf51e8082a23b1c443788a7f9a0205cb3 100644 (file)
@@ -281,7 +281,7 @@ clean_intermediate-pic16:
 install: all installdirs
        $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir)
        $(CP_U) -r ds390 ds400 gbz80 z80 hc08 *.c $(sdcc_libdir)/src
-       rm -r `find $(sdcc_libdir)/src -name '*.rel' -or -name '*.dump*' -or -name '*.sym' -or -name '*.o' -or -name '*.lst' -or -name '*.asm' -or -name 'CVS'`
+       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'`
 
 # Deleting all the installed files
 # --------------------------------