changed some Makefiles
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 18 Feb 2001 01:09:38 +0000 (01:09 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 18 Feb 2001 01:09:38 +0000 (01:09 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@623 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/mcs51/Makefile.in
as/z80/Makefile.in

index 554df4e89bc8a55cc912e3e03326676cf713abd5..055f170b371ccd0726edbbf875b2224ae538fde5 100644 (file)
@@ -24,7 +24,7 @@ includedir      = @includedir@
 mandir          = @mandir@
 man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
-infodir         = ${prefix}/info
+infodir         = @info@
 
 CPPFLAGS       = @CPPFLAGS@ -I. -I$(PRJDIR)
 CFLAGS         = @CFLAGS@ -Wall
index d95c692678c863cb38ea7ce75849c181eeb799b9..62505d89c70d1a1ef0646a5b2c8622b4eeb14db4 100644 (file)
@@ -16,15 +16,15 @@ PRJDIR              = ../..
 
 srcdir         = @srcdir@
 prefix         = @prefix@
-exec_prefix     = ${prefix}
-bindir          = ${exec_prefix}/bin
-libdir          = ${exec_prefix}/lib
-datadir         = ${prefix}/share
-includedir      = ${prefix}/include
-mandir          = ${prefix}/man
+exec_prefix     = @exec_prefix@
+bindir          = @bindir@
+libdir          = @libdir@
+datadir         = @datadir@
+includedir      = @include@
+mandir          = @mandir@
 man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
-infodir         = ${prefix}/info
+infodir         = @infodir@
 
 CPPFLAGS       = @CPPFLAGS@ -I. -I$(PRJDIR)
 CFLAGS         = @CFLAGS@ -Wall -DINDEXLIB -DMLH_MAP -DUNIX -DSDK -funsigned-char -ggdb