From: borutr Date: Mon, 17 Apr 2006 20:44:19 +0000 (+0000) Subject: * device/include/Makefile.in: added pic/*.inc to the installation X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=864412f50ae982896f4da81fad89f26235fd5654;p=fw%2Fsdcc * device/include/Makefile.in: added pic/*.inc to the installation git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4095 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ce6ce2a3..e6c6c3c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-17 Borut Razem + + * device/include/Makefile.in: added pic/*.inc to the installation + 2006-04-15 Bernhard Held * support/regression/collate-results.py: fixed output in case of diff --git a/device/include/Makefile.in b/device/include/Makefile.in index 8cbbbe7c..0079240a 100644 --- a/device/include/Makefile.in +++ b/device/include/Makefile.in @@ -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 ; \