diff options
author | Roland McGrath <roland@redhat.com> | 1996-03-02 21:27:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-03-02 21:27:40 +0000 |
commit | b25f811f516319fb1333705a6213b8eccc99ddc2 (patch) | |
tree | 5421741c3eac70fc509e8343602cf08001f9ddd2 | |
parent | 34b0c6b3b497fc433afa01f6cbde76fd1f539e49 (diff) | |
download | gunmake-b25f811f516319fb1333705a6213b8eccc99ddc2.tar.gz |
Sat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.
-rw-r--r-- | compatMakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 346f3cb..dd70ded 100644 --- a/compatMakefile +++ b/compatMakefile @@ -120,7 +120,8 @@ srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \ $(srcdir)/vpath.c $(srcdir)/version.c \ $(srcdir)/remote-$(REMOTE).c \ $(srcdir)/ar.c $(srcdir)/arscan.c \ - $(srcdir)/signame.c $(srcdir)/signame.h getopt.c getopt1.c \ + $(srcdir)/signame.c $(srcdir)/signame.h \ + $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/getopt.h \ $(srcdir)/commands.h $(srcdir)/dep.h $(srcdir)/file.h \ $(srcdir)/job.h $(srcdir)/make.h $(srcdir)/rule.h \ $(srcdir)/variable.h $(ALLOCA_SRC) $(srcdir)/config.h.in |