diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 20:20:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 20:20:35 +0000 |
commit | 22691fe7be208f8e82739c4d470d6e6ae85cfdf0 (patch) | |
tree | 32588fa69001d735520adaaff4d7c7124e4753d6 /ld/mpw-make.in | |
parent | 83896c8b2bb69793df0b2fca2d2b0fa75809ebd7 (diff) | |
download | gdb-22691fe7be208f8e82739c4d470d6e6ae85cfdf0.zip gdb-22691fe7be208f8e82739c4d470d6e6ae85cfdf0.tar.gz gdb-22691fe7be208f8e82739c4d470d6e6ae85cfdf0.tar.bz2 |
* mpw-config.in (emulname): Set based on target.
(ldemul-list.h): Construct.
* mpw-make.in (install-only): New target.
(install): Depend on install-only.
Diffstat (limited to 'ld/mpw-make.in')
-rw-r--r-- | ld/mpw-make.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/mpw-make.in b/ld/mpw-make.in index 95fe1b6..d268e83 100644 --- a/ld/mpw-make.in +++ b/ld/mpw-make.in @@ -623,7 +623,9 @@ TAGS \Option-f etags -t "{srcdir}"\Option-x.[chly] \Option-x.[chly] -install \Option-f +install \Option-f all install-only + +install-only \Option-f If "`Exists "{prefix}"`" == "" Echo "{prefix}" does not exist, cannot install anything Exit 1 |