From 6332d781715441f80c03aaa3d63a8eb2bf76cfbe Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 22 Aug 2005 18:38:58 +0000 Subject: [PATCH] replaced find option -or with -o to make it run on solaris git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3869 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index c6f0fb90..d531a3fc 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -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 # -------------------------------- -- 2.47.2