summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-03-02 21:27:40 +0000
committerRoland McGrath <roland@redhat.com>1996-03-02 21:27:40 +0000
commitb25f811f516319fb1333705a6213b8eccc99ddc2 (patch)
tree5421741c3eac70fc509e8343602cf08001f9ddd2 /compatMakefile
parent34b0c6b3b497fc433afa01f6cbde76fd1f539e49 (diff)
downloadgunmake-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*.
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile3
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