some changes to the make files
[fw/sdcc] / 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: