diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b77794f..d35c55a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -282,7 +282,7 @@ $(objs): config.h # Automatically generated dependencies will be put at the end of the file. # Automatically generated dependencies. -commands.o : commands.c make.h dep.h commands.h file.h variable.h job.h +commands.o: commands.c make.h dep.h commands.h file.h variable.h job.h job.o: job.c make.h commands.h job.h file.h variable.h dir.o: dir.c make.h file.o: file.c make.h commands.h dep.h file.h variable.h @@ -296,7 +296,7 @@ default.o: default.c make.h rule.h dep.h file.h commands.h variable.h variable.o : variable.c make.h commands.h variable.h dep.h file.h expand.o: expand.c make.h commands.h file.h variable.h function.o: function.c make.h variable.h dep.h commands.h job.h -vpath.o : vpath.c make.h file.h variable.h +vpath.o: vpath.c make.h file.h variable.h version.o: version.c ar.o : ar.c make.h file.h dep.h arscan.o: arscan.c make.h |