From: borutr Date: Mon, 6 Nov 2006 21:26:22 +0000 (+0000) Subject: Makefile.in: put back prefix and exec_prefix X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=27289e1e59bfff3ac046addb4d4cfbc7b05438a9;p=fw%2Fsdcc Makefile.in: put back prefix and exec_prefix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4469 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/debugger/mcs51/Makefile.in b/debugger/mcs51/Makefile.in index 185422a1..b3e1fff8 100644 --- a/debugger/mcs51/Makefile.in +++ b/debugger/mcs51/Makefile.in @@ -17,6 +17,8 @@ SDCCLIB = $(top_builddir)src VPATH = @srcdir@ srcdir = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ bindir = @bindir@ STD_INC = @sdcc_include_dir@