diff options
-rw-r--r-- | ld/mpw-make.sed | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index d26fdce..3f88a97 100644 --- a/ld/mpw-make.sed +++ b/ld/mpw-make.sed @@ -67,6 +67,20 @@ # The resource file is called mac-ld.r. /{LD_PROG}.r/s/{LD_PROG}\.r/mac-ld.r/ +/^install \\Option-f /,/^$/c\ +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\ + Duplicate -y :ld.new "{bindir}"ld\ + + # Remove dependency rebuilding crud. /^.dep /,/# .PHONY /d |