From 1e1d71148dda8b6e6e7dc17b68d172ee5b6db533 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sat, 21 Feb 2004 19:48:05 +0000 Subject: [PATCH] * device/include/Makefile.in (install): fixed by replacing spaces by tabs git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3214 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/include/Makefile.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2266754..2b64de61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-21 Bernhard Held + + * device/include/Makefile.in (install): fixed by replacing spaces + by tabs + 2004-02-20 Bernhard Held * src/pic16/ralloc.c (packRegsForAccUse): disabled functions with #if diff --git a/device/include/Makefile.in b/device/include/Makefile.in index 594e8575..075a5e50 100644 --- a/device/include/Makefile.in +++ b/device/include/Makefile.in @@ -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 -- 2.30.2