Sat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
authorRoland McGrath <roland@redhat.com>
Sat, 2 Mar 1996 21:27:40 +0000 (21:27 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 2 Mar 1996 21:27:40 +0000 (21:27 +0000)
* compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.

compatMakefile

index 346f3cb933c236bf74dcda865d6a970ea8ea9291..dd70dedb70411e0fbef8c28873485132d89b6ee9 100644 (file)
@@ -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