]> git.gag.com Git - fw/sdcc/blobdiff - device/include/Makefile.in
* device/include/Makefile.in: fix install
[fw/sdcc] / device / include / Makefile.in
index f4c30613a808d602101cdb15020f981957cb3189..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) -r asm *.h $(sdcc_includedir)
+       find $(sdcc_includedir) -type d -name 'CVS' -exec rm {} \;
 
 
 # Deleting all the installed files