From 864412f50ae982896f4da81fad89f26235fd5654 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 17 Apr 2006 20:44:19 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ device/include/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ; \ -- 2.47.2