From: Roland McGrath Date: Thu, 21 Jan 1993 23:50:43 +0000 (+0000) Subject: Formerly build.template.~4~ X-Git-Tag: 3.70.2~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d36cfe6a35b3f48e4b91f7884bd773473ec8235;p=thirdparty%2Fmake.git Formerly build.template.~4~ --- diff --git a/build.template b/build.template index c9134ecc..53cea69f 100644 --- a/build.template +++ b/build.template @@ -23,7 +23,8 @@ srcdir='@srcdir@' CC='@CC@' -CFLAGS="${CFLAGS--g}" +CFLAGS='@CFLAGS@' +LDFLAGS='@LDFLAGS@' defines='@DEFS@ -DLIBDIR="${libdir}" -DINCLUDEDIR="${includedir}"' ALLOCA='@ALLOCA@' LOADLIBES='@LIBS@'