diff options
Diffstat (limited to 'Makefile.DOS.template')
-rw-r--r-- | Makefile.DOS.template | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.DOS.template b/Makefile.DOS.template index 2f9eff5..a5a8647 100644 --- a/Makefile.DOS.template +++ b/Makefile.DOS.template @@ -531,38 +531,3 @@ check-regression: .NOEXPORT: # --------------- DEPENDENCIES -ar.o: ar.c make.h config.h gettext.h filedef.h dep.h glob/fnmatch.h -arscan.o: arscan.c make.h config.h gettext.h -commands.o: commands.c make.h config.h gettext.h dep.h filedef.h \ - variable.h job.h commands.h -default.o: default.c make.h config.h gettext.h rule.h dep.h filedef.h \ - job.h commands.h variable.h -dir.o: dir.c make.h config.h gettext.h glob/glob.h -expand.o: expand.c make.h config.h gettext.h filedef.h job.h commands.h \ - variable.h rule.h -file.o: file.c make.h config.h gettext.h dep.h filedef.h job.h \ - commands.h variable.h debug.h -function.o: function.c make.h config.h gettext.h filedef.h variable.h \ - dep.h job.h commands.h debug.h -getopt.o: getopt.c config.h gettext.h getopt.h -getopt1.o: getopt1.c config.h getopt.h -implicit.o: implicit.c make.h config.h gettext.h rule.h dep.h filedef.h \ - debug.h -job.o: job.c make.h config.h gettext.h job.h debug.h filedef.h \ - commands.h variable.h -main.o: main.c make.h config.h gettext.h dep.h filedef.h variable.h \ - job.h commands.h rule.h debug.h getopt.h -misc.o: misc.c make.h config.h gettext.h dep.h debug.h -read.o: read.c make.h config.h gettext.h glob/glob.h dep.h filedef.h \ - job.h commands.h variable.h rule.h debug.h -remake.o: remake.c make.h config.h gettext.h filedef.h job.h commands.h \ - dep.h variable.h debug.h -remote-stub.o: remote-stub.c make.h config.h gettext.h filedef.h job.h \ - commands.h -rule.o: rule.c make.h config.h gettext.h dep.h filedef.h job.h \ - commands.h variable.h rule.h -signame.o: signame.c make.h config.h gettext.h -variable.o: variable.c make.h config.h gettext.h dep.h filedef.h job.h \ - commands.h variable.h rule.h -version.o: version.c config.h -vpath.o: vpath.c make.h config.h gettext.h filedef.h variable.h |