summaryrefslogtreecommitdiff
path: root/build.sh.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-03-01 17:07:36 +0000
committerRoland McGrath <roland@redhat.com>1996-03-01 17:07:36 +0000
commitf8b096b9fda820e1ef0d2f5b4a31378a352e8d7a (patch)
tree430f314b036889f49ac0131567795870bf467763 /build.sh.in
parent527201342c179193786827c60bbb9902e133f836 (diff)
downloadgunmake-f8b096b9fda820e1ef0d2f5b4a31378a352e8d7a.tar.gz
Regenerated
Diffstat (limited to 'build.sh.in')
-rw-r--r--build.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh.in b/build.sh.in
index 1667f0e..d3a46c4 100644
--- a/build.sh.in
+++ b/build.sh.in
@@ -45,7 +45,7 @@ includedir=${prefix}/include
set -e
# These are all the objects we need to link together.
-objs="commands.o job.o dir.o file.o misc.o main.o read.o remake.o rule.o implicit.o default.o variable.o expand.o function.o vpath.o version.o ar.o arscan.o signame.o getopt.o getopt1.o glob/glob.o glob/fnmatch.o remote-${REMOTE}.o ${extras} ${ALLOCA}"
+objs="commands.o job.o dir.o file.o misc.o main.o read.o remake.o rule.o implicit.o default.o variable.o expand.o function.o vpath.o version.o ar.o arscan.o signame.o getopt.o getopt1.o glob/libglob.a glob/glob.o glob/fnmatch.o remote-${REMOTE}.o ${extras} ${ALLOCA}"
# Compile the source files into those objects.
for file in `echo ${objs} | sed 's/\.o/.c/g'`; do