From: borutr Date: Mon, 22 Aug 2005 18:47:44 +0000 (+0000) Subject: * device/lib/Makefile.in: replaced find option -or with -o to make it run on solaris X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3dcb1e6361650ece3cf41a821b5a66e798817744;p=fw%2Fsdcc * device/lib/Makefile.in: replaced find option -or with -o to make it run on solaris git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3870 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 74051b5b..6d9da3cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-22 Borut Razem + + * device/lib/Makefile.in: replaced find option -or with -o + to make it run on solaris + 2005-08-22 Raphael Neider * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,