From 08c8105c5468ff743d2f2ff2fdf3b77a6313b53e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 16 May 2004 19:16:52 +0000 Subject: 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. --- makefile.vms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile.vms') 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. -- cgit v1.2.3