From: borutr Date: Sat, 17 Jun 2006 14:43:52 +0000 (+0000) Subject: * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=62b66640e43568550cf42435f62f91cead38927b;p=fw%2Fsdcc * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4230 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 1247c5d9..80e66e78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-17 Borut Razem + + * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path + 2006-06-17 Frieder Ferlemann * doc/sdccman.lyx: updated, added (porting source code, debugging), diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 9760b6e3..b3aa8b28 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -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