]> git.gag.com Git - fw/sdcc/commitdiff
Get datadir from configure.
authorstevewilliams <stevewilliams@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 9 Nov 2000 00:16:13 +0000 (00:16 +0000)
committerstevewilliams <stevewilliams@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 9 Nov 2000 00:16:13 +0000 (00:16 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@491 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/mcs51/.cvsignore [new file with mode: 0644]
as/mcs51/Makefile.in

diff --git a/as/mcs51/.cvsignore b/as/mcs51/.cvsignore
new file mode 100644 (file)
index 0000000..79d1b96
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.dep
index f77e75d42b14b970e147f2c93196d1c846fa8938..554df4e89bc8a55cc912e3e03326676cf713abd5 100644 (file)
@@ -16,12 +16,12 @@ PRJDIR              = ../..
 
 srcdir         = @srcdir@
 prefix         = @prefix@
 
 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      = @includedir@
+mandir          = @mandir@
 man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = ${prefix}/info
 man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = ${prefix}/info