2000-09-11 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / mpw-make.sed
index 6b655ae3829d3eee46a2378f3cb2d87f1d4e44d8..16f12a5055009403a83bd206a842b4c828397dff 100644 (file)
@@ -18,6 +18,13 @@ LOCAL_LOADLIBES = \
 /@OPCODES_LIB@/s/@OPCODES_LIB@/::opcodes:libopcodes.o/
 /@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/
 
+# Point at the libraries directly.
+/@OPCODES_DEP@/s/@OPCODES_DEP@/::opcodes:libopcodes.o/
+/@BFDDEP@/s/@BFDDEP@/::bfd:libbfd.o/
+
+# Don't need this.
+/@HLDFLAGS@/s/@HLDFLAGS@//
+
 /extra_objects@/s/extra_objects@/{EXTRA_OBJECTS}/
 
 /LOADLIBES/s/{LOADLIBES}/{EXTRALIBS}/
@@ -81,13 +88,7 @@ stamps \\Option-f config-stamp\
 install \\Option-f all install-only\
 \
 install-only \\Option-f\
-       If "`Exists "{prefix}"`" == ""\
-               Echo "{prefix}" does not exist, cannot install anything\
-               Exit 1\
-       End If\
-       If "`Exists "{bindir}"`" == ""\
-               NewFolder "{bindir}"\
-       End If\
+       NewFolderRecursive "{bindir}"\
        Duplicate -y :as.new "{bindir}"as\
        Duplicate -y :gasp.new "{bindir}"gasp\
 
This page took 0.024705 seconds and 4 git commands to generate.