diff options
author | Paul Smith <psmith@gnu.org> | 2004-05-16 19:16:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-05-16 19:16:52 +0000 |
commit | 08c8105c5468ff743d2f2ff2fdf3b77a6313b53e (patch) | |
tree | 51954f0469a6d70c1b58fd30a5955aa5e4b65c86 /makefile.vms | |
parent | e334942e573ea8a4416eca0afafcaf45c3bba06f (diff) | |
download | gunmake-08c8105c5468ff743d2f2ff2fdf3b77a6313b53e.tar.gz |
Various enhancements
- OS/2 Patches
- OpenVMS updates
- Sanitize the handling of -include/sinclude with and without -k
- Fix the setting of $< for order-only rules.
Diffstat (limited to 'makefile.vms')
-rw-r--r-- | makefile.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.vms b/makefile.vms index 3ada831..6ed86c1 100644 --- a/makefile.vms +++ b/makefile.vms @@ -5,6 +5,7 @@ # Klaus Kämpf (kkaempf@rmi.de) # Modified for version 3.78.1 by Hartmut.Becker@compaq.com. # Modified for version 3.80 by zinser@decus.de +# Modified for version 3.81 by Hartmut Becker # # GNU Make is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +32,7 @@ CP = copy # ifeq ($(CC),cc) -CFLAGS = $(defines) /include=([],[.glob])/prefix=all/standard=relaxed +CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed else CFLAGS = $(defines) /include=([],[.glob]) endif @@ -111,7 +112,6 @@ make.exe: $(objs) clean: $$ purge [...] -$(RM) make.exe;,*.obj; - -$(RM) *.opt; -$(RM) [.glob]*.obj; # Automatically generated dependencies. |