* sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Jun 2006 14:43:52 +0000 (14:43 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Jun 2006 14:43:52 +0000 (14:43 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4230 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index 1247c5d9db7306e4b9c659ce85efc0dbe8bd9480..80e66e78eb889663f51f1cb213ca21456cf8ce08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-17 Borut Razem <borut.razem AT siol.net>
+
+       * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
+
 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
        * doc/sdccman.lyx: updated, added (porting source code, debugging),
index 9760b6e3f4b4d82d5abde85536b5a501e5529312..b3aa8b28519ee7ff85ab5aa703e70680a089004e 100644 (file)
@@ -24,7 +24,7 @@ VPATH           = @srcdir@
 srcdir          = @srcdir@
 INCDIR         = $(top_srcdir)/device/include
 ifndef PORTINCDIR
-PORTINCDIR     = $(srcdir)/$(INCDIR)/mcs51
+PORTINCDIR     = $(INCDIR)/mcs51
 endif
 
 CC             = $(top_builddir)bin/sdcc