* device/include/Makefile.in (install): fixed by replacing spaces by tabs
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Feb 2004 19:48:05 +0000 (19:48 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Feb 2004 19:48:05 +0000 (19:48 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3214 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/Makefile.in

index e226675445a478631d5372ba1c30d2e76a44e550..2b64de6155ab9e6858d09e878bbd61e12bc26c3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * device/include/Makefile.in (install): fixed by replacing spaces
+       by tabs
+
 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
 
        * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
index 594e8575da8c057163c9072c0090eb1e2d00e0de..075a5e50566ebf859d0b0520ade59bfafc876b51 100644 (file)
@@ -41,10 +41,10 @@ all:
 # ----------------------------------------------------
 install: all installdirs
        $(CP) -r asm *.h $(sdcc_includedir)
-        if [ "`grep pic16 ../../ports.build`" = pic16 ]; then \
-                $(CP) pic16/*.h $(sdcc_includedir)/pic16 ; \
-        fi \
-       rm -rf `find $(sdcc_includedir) -type d -name 'CVS'`
+       if [ "`grep pic16 ../../ports.build`" = pic16 ]; then \
+               $(CP) pic16/*.h $(sdcc_includedir)/pic16 ; \
+       fi
+       rm -rf `find $(sdcc_includedir) -type d -name 'CVS'`
 
 
 # Deleting all the installed files