Changeset 280 for branches/GNU/src/gmake/makefile.vms
- Timestamp:
- May 16, 2005, 6:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/makefile.vms
r54 r280 6 6 # Modified for version 3.78.1 by Hartmut.Becker@compaq.com. 7 7 # Modified for version 3.80 by zinser@decus.de 8 # Modified for version 3.81 by Hartmut Becker 8 9 # 9 10 # GNU Make is free software; you can redistribute it and/or modify … … 32 33 33 34 ifeq ($(CC),cc) 34 CFLAGS = $(defines) /include=([],[.glob])/prefix= all/standard=relaxed35 CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed 35 36 else 36 37 CFLAGS = $(defines) /include=([],[.glob]) … … 112 113 $$ purge [...] 113 114 -$(RM) make.exe;,*.obj; 114 -$(RM) *.opt;115 115 -$(RM) [.glob]*.obj; 116 116
Note:
See TracChangeset
for help on using the changeset viewer.