diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-21 23:50:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-21 23:50:43 +0000 |
commit | 4d36cfe6a35b3f48e4b91f7884bd773473ec8235 (patch) | |
tree | c319c0fc40027f742683ba09bf604f9b0489f6b9 | |
parent | 2370f7984646d501b1e51eb9dc924119b292797c (diff) | |
download | gunmake-4d36cfe6a35b3f48e4b91f7884bd773473ec8235.tar.gz |
Formerly build.template.~4~
-rw-r--r-- | build.template | 3 |
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@' |