* device/include/Makefile.in: fix install
authorsdcc-builder <sdcc-builder@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Jan 2004 09:30:41 +0000 (09:30 +0000)
committersdcc-builder <sdcc-builder@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Jan 2004 09:30:41 +0000 (09:30 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3093 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/Makefile.in

index 545a081c983661e8bb2c5fcf1fcb468ce4ab9261..141b24336f0167a75353c24935fa1039251fe844 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-07 Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/include/Makefile.in: fix install
+
 2004-01-07 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
index bdae4465dcee7c8aceb23971d1c0ac62058147d7..ec5408fac01cb2cd52789c8d2041a55319981eb5 100644 (file)
@@ -37,10 +37,11 @@ CPPFLAGS        = @CPPFLAGS@ -I$(PRJDIR)
 # ------------------------------------------
 all:
 
-# Compiling and installing everything and runing test
-# ---------------------------------------------------
+# Compiling and installing everything and running test
+# ----------------------------------------------------
 install: all installdirs
-       $(CP) asm/*/features.h *.h $(sdcc_includedir)
+       $(CP) -r asm *.h $(sdcc_includedir)
+       find $(sdcc_includedir) -type d -name 'CVS' -exec rm {} \;
 
 
 # Deleting all the installed files