some changes to the make files
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 18 Feb 2001 01:11:03 +0000 (01:11 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 18 Feb 2001 01:11:03 +0000 (01:11 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@624 4a8a32a2-be11-0410-ad9d-d568d2c75423

debugger/mcs51/Makefile.in

index 33f9fb5a42ccd9a024dc8a0e824add983f151ff5..8c44c9c75e083dc685d9702876a64195e09ee5ea 100644 (file)
@@ -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: