]> git.gag.com Git - fw/sdcc/commitdiff
* device/include/Makefile.in: added pic/*.inc to the installation
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Apr 2006 20:44:19 +0000 (20:44 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Apr 2006 20:44:19 +0000 (20:44 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4095 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/Makefile.in

index ce6ce2a3307d2b6c68d04882c6af4eb8fdb0eba7..e6c6c3c967ad3b80bad9a6d36e1ac2cf5fc63609 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-17 Borut Razem <borut.razem AT siol.net>
+
+       * device/include/Makefile.in: added pic/*.inc to the installation
+
 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
 
        * support/regression/collate-results.py: fixed output in case of
index 8cbbbe7ce929f5e843d2efabe8a458d927190d0e..0079240a464d48346b3790d1023c3985a702a228 100644 (file)
@@ -45,8 +45,7 @@ install: all installdirs
                $(CP) mcs51/*.h $(sdcc_includedir)/mcs51 ; \
        fi
        if [ "`grep '^pic$$' ../../ports.build`" = pic ]; then \
-               $(CP) pic/*.h $(sdcc_includedir)/pic ; \
-               $(CP) pic/pic14devices.txt $(sdcc_includedir)/pic ; \
+               $(CP) pic/*.h pic/*.inc pic/*.txt $(sdcc_includedir)/pic ; \
        fi
        if [ "`grep pic16 ../../ports.build`" = pic16 ]; then \
                $(CP) pic16/*.h $(sdcc_includedir)/pic16 ; \