summaryrefslogtreecommitdiff
path: root/build.template
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-21 23:50:43 +0000
committerRoland McGrath <roland@redhat.com>1993-01-21 23:50:43 +0000
commit4d36cfe6a35b3f48e4b91f7884bd773473ec8235 (patch)
treec319c0fc40027f742683ba09bf604f9b0489f6b9 /build.template
parent2370f7984646d501b1e51eb9dc924119b292797c (diff)
downloadgunmake-4d36cfe6a35b3f48e4b91f7884bd773473ec8235.tar.gz
Formerly build.template.~4~
Diffstat (limited to 'build.template')
-rw-r--r--build.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.template b/build.template
index c9134ec..53cea69 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@'