* debugger/mcs51/Makefile.in: fixed paths to sources
[fw/sdcc] / debugger / mcs51 / Makefile.in
index 804b6a094d81db3c6191b2384b2a50e36db6a0d5..ebba94b0ff5dd77eb8b2f7dc78e78b00f84a2c4e 100644 (file)
@@ -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@