diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:20:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:20:40 +0000 |
commit | 6153f5bb58b969b4753acc25d8088b15700472fe (patch) | |
tree | 585af042d693bf10ba0a845a88cebc50dc5f76cb /binutils/mpw-make.in | |
parent | 066f301d5db3e822c28ae3db7554a246c6f456fe (diff) | |
download | gdb-6153f5bb58b969b4753acc25d8088b15700472fe.zip gdb-6153f5bb58b969b4753acc25d8088b15700472fe.tar.gz gdb-6153f5bb58b969b4753acc25d8088b15700472fe.tar.bz2 |
* mpw-config.in: New file, MPW configure fragment for binutils.
* mpw-make.in (install-only): New target.
(install): Also depend on install-only.
Diffstat (limited to 'binutils/mpw-make.in')
-rw-r--r-- | binutils/mpw-make.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/mpw-make.in b/binutils/mpw-make.in index 8e53997..5527d57 100644 --- a/binutils/mpw-make.in +++ b/binutils/mpw-make.in @@ -458,7 +458,9 @@ etags tags \Option-f TAGS TAGS \Option-f force etags {INCDIR}:\Option-x.h "{srcdir}"\Option-x.[hc] -install \Option-f all +install \Option-f all install-only + +install-only \Option-f If "`Exists "{prefix}"`" == "" Echo "{prefix}" does not exist, cannot install anything Exit 1 |