diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-22 20:34:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-22 20:34:09 +0000 |
commit | 7a9130401f116302c8e3ebe9c91cb56087a4352e (patch) | |
tree | 7d8f361445a733ef43e4907954edea4a61883b73 /compatMakefile | |
parent | bfb4dddc2e713523d82f069af1e1148365f724c0 (diff) | |
download | gunmake-7a9130401f116302c8e3ebe9c91cb56087a4352e.tar.gz |
Formerly compatMakefile.~30~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 7478152..372c35f 100644 --- a/compatMakefile +++ b/compatMakefile @@ -104,7 +104,7 @@ objs = commands.o job.o dir.o file.o getloadavg.o misc.o main.o read.o \ function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(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 \ + $(srcdir)/main.c $(srcdir)/read.c $(srcdir)/remake.c \ $(srcdir)/remote.c $(srcdir)/rule.c $(srcdir)/implicit.c \ $(srcdir)/default.c $(srcdir)/variable.c $(srcdir)/expand.c \ $(srcdir)/function.c $(srcdir)/vpath.c $(srcdir)/version.c \ |