aboutsummaryrefslogtreecommitdiff
path: root/gas/mpw-make.sed
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-02 15:42:15 +0000
committerNick Clifton <nickc@redhat.com>2002-12-02 15:42:15 +0000
commitfea179166e09be4b64b3d961537534ca02ab0e9d (patch)
tree73a99a786ac53651242b510d7479fecd73448c34 /gas/mpw-make.sed
parent12aae7ea1737e2692bd6e0f6c499f06a9d9d1565 (diff)
downloadgdb-fea179166e09be4b64b3d961537534ca02ab0e9d.zip
gdb-fea179166e09be4b64b3d961537534ca02ab0e9d.tar.gz
gdb-fea179166e09be4b64b3d961537534ca02ab0e9d.tar.bz2
Remove GASP.
Diffstat (limited to 'gas/mpw-make.sed')
-rw-r--r--gas/mpw-make.sed4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed
index 16f12a5..3bcb0ce 100644
--- a/gas/mpw-make.sed
+++ b/gas/mpw-make.sed
@@ -58,18 +58,15 @@ LOCAL_LOADLIBES = \
# Whack out the config.h dependency, it only causes excess rebuilds.
/{OBJS}/s/{OBJS} \\Option-f "{o}"config.h/{OBJS} \\Option-f/
-/gasp.c/s/gasp\.c "{o}"config.h/gasp.c/
# ALL_CFLAGS includes TDEFINES, which is not desirable at link time.
/CC_LD/s/ALL_CFLAGS/CFLAGS/g
# The resource file is called mac-as.r.
/as.new.r/s/as\.new\.r/mac-as.r/
-/gasp.new.r/s/gasp\.new\.r/mac-as.r/
# ...and the PROG_NAME doesn't have a .new in it.
/PROG_NAME/s/PROG_NAME='"'as.new'"'/PROG_NAME='"'as'"'/
-/PROG_NAME/s/PROG_NAME='"'gasp.new'"'/PROG_NAME='"'gasp'"'/
# Whack out recursive makes, they won't work.
/^[ ][ ]*srcroot=/,/^[ ][ ]*(cd /d
@@ -90,7 +87,6 @@ install \\Option-f all install-only\
install-only \\Option-f\
NewFolderRecursive "{bindir}"\
Duplicate -y :as.new "{bindir}"as\
- Duplicate -y :gasp.new "{bindir}"gasp\
# Whack out config-rebuilding targets, they won't work.