From 62b66640e43568550cf42435f62f91cead38927b Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 17 Jun 2006 14:43:52 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ device/lib/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2