diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-11 21:01:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-11 21:01:06 +0000 |
commit | 29002aca1440ee5ef6f53ac7f4247c298c31e4c1 (patch) | |
tree | 389482a6b20b183033246e9b97f07cb310bcc1a5 | |
parent | a39f01fb1d22b657d0f7e1c4d69901969b9e786b (diff) | |
download | gunmake-29002aca1440ee5ef6f53ac7f4247c298c31e4c1.tar.gz |
Formerly compatMakefile.~39~
-rw-r--r-- | compatMakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 1735e7e..5de72aa 100644 --- a/compatMakefile +++ b/compatMakefile @@ -91,7 +91,8 @@ CTAGS = ctags -tw objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \ remote.o rule.o implicit.o default.o variable.o expand.o \ - function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(ALLOCA) $(extras) + function.o vpath.o version.o ar.o arscan.o glob/libglob.a \ + $(GETOPT) $(ALLOCA) $(extras) srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \ $(srcdir)/file.c $(srcdir)/getloadavg.c $(srcdir)/misc.c \ $(srcdir)/main.c $(srcdir)/read.c $(srcdir)/remake.c \ |