From adbe799623fc6f3667174039d72a17e40a759e87 Mon Sep 17 00:00:00 2001 From: tecodev Date: Tue, 29 Apr 2008 14:33:50 +0000 Subject: [PATCH] * debugger/mcs51/Makefile.in: fixed paths to sources git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5146 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ debugger/mcs51/Makefile.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0008b26f..db82a05c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-29 Raphael Neider + + * debugger/mcs51/Makefile.in: fixed paths to sources + 2008-04-25 Borut Razem * as/link/lklibr.c: moved from as/link/z80/lklibr.c diff --git a/debugger/mcs51/Makefile.in b/debugger/mcs51/Makefile.in index 804b6a09..ebba94b0 100644 --- a/debugger/mcs51/Makefile.in +++ b/debugger/mcs51/Makefile.in @@ -11,8 +11,8 @@ STRIP = @STRIP@ top_builddir = ../../ top_srcdir = @srcdir@/../.. -SLIB = $(top_builddir)/support/Util -SDCCLIB = $(top_builddir)/src +SLIB = $(top_srcdir)/support/Util +SDCCLIB = $(top_srcdir)/src VPATH = @srcdir@ srcdir = @srcdir@ @@ -22,7 +22,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ STD_INC = @sdcc_include_dir@ -CPPFLAGS = @CPPFLAGS@ -I. -I$(top_builddir) -I$(top_srcdir) -I$(srcdir)/$(SLIB) -DHAVE_CONFIG_H +CPPFLAGS = @CPPFLAGS@ -I. -I$(top_builddir) -I$(top_srcdir) -I$(SLIB) -DHAVE_CONFIG_H CFLAGS = @CFLAGS@ M_OR_MM = @M_OR_MM@ LDFLAGS = @LDFLAGS@ -- 2.39.5