From ea9b3c57b3a4ecb307dfe0f8a22feda09aa6d220 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 18 Feb 2001 01:11:03 +0000 Subject: [PATCH] some changes to the make files git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@624 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- debugger/mcs51/Makefile.in | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/debugger/mcs51/Makefile.in b/debugger/mcs51/Makefile.in index 33f9fb5a..8c44c9c7 100644 --- a/debugger/mcs51/Makefile.in +++ b/debugger/mcs51/Makefile.in @@ -17,15 +17,15 @@ SLIB = $(PRJDIR)/support/Util srcdir = @srcdir@ prefix = @prefix@ -exec_prefix = ${prefix} -bindir = ${exec_prefix}/bin -libdir = ${exec_prefix}/lib +exec_prefix = @exec_prefix@ +bindir = @bindir@ +libdir = @libdir@ datadir = @datadir@ -includedir = ${prefix}/include -mandir = ${prefix}/man +includedir = @includedir@ +mandir = @mandir@ man1dir = $(mandir)/man1 man2dir = $(mandir)/man2 -infodir = ${prefix}/info +infodir = @infodir@ STD_INC = @sdcc_include_dir@ CPPFLAGS = @CPPFLAGS@ -I. -I$(PRJDIR) -I$(PRJDIR)/support -I$(SLIB) @@ -65,7 +65,6 @@ uninstall: rm -f $(bindir)/sdcdb.el rm -f $(bindir)/sdcdbsrc.el - # Performing self-test # -------------------- check: -- 2.47.2