diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-10 20:16:28 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-10 20:16:28 +0000 |
commit | 974d14ac4fc8dc736a4e2c9876d85d3c295b1196 (patch) | |
tree | a4cf33aba8acfeab34aca3f9cb2b9a2873a4886b /makefile.vms | |
parent | dd30b0552ffc4276e1ada07100b7eb4e231805fa (diff) | |
download | gunmake-974d14ac4fc8dc736a4e2c9876d85d3c295b1196.tar.gz |
Fixes for VMS from Hartmut Becker.
Diffstat (limited to 'makefile.vms')
-rw-r--r-- | makefile.vms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.vms b/makefile.vms index 6ed86c1..09c471a 100644 --- a/makefile.vms +++ b/makefile.vms @@ -116,7 +116,7 @@ clean: # Automatically generated dependencies. commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h -job.obj: job.c make.h commands.h job.h filedef.h variable.h +job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h dir.obj: dir.c make.h file.obj: file.c make.h commands.h dep.h filedef.h variable.h misc.obj: misc.c make.h dep.h |