Changeset 609 for branches/GNU/src/binutils/gas/mpw-make.sed
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/mpw-make.sed
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 59 59 # Whack out the config.h dependency, it only causes excess rebuilds. 60 60 /{OBJS}/s/{OBJS} \\Option-f "{o}"config.h/{OBJS} \\Option-f/ 61 /gasp.c/s/gasp\.c "{o}"config.h/gasp.c/62 61 63 62 # ALL_CFLAGS includes TDEFINES, which is not desirable at link time. … … 66 65 # The resource file is called mac-as.r. 67 66 /as.new.r/s/as\.new\.r/mac-as.r/ 68 /gasp.new.r/s/gasp\.new\.r/mac-as.r/69 67 70 68 # ...and the PROG_NAME doesn't have a .new in it. 71 69 /PROG_NAME/s/PROG_NAME='"'as.new'"'/PROG_NAME='"'as'"'/ 72 /PROG_NAME/s/PROG_NAME='"'gasp.new'"'/PROG_NAME='"'gasp'"'/73 70 74 71 # Whack out recursive makes, they won't work. … … 91 88 NewFolderRecursive "{bindir}"\ 92 89 Duplicate -y :as.new "{bindir}"as\ 93 Duplicate -y :gasp.new "{bindir}"gasp\94 90 95 91 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.