diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 13:59:49 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 13:59:49 +0000 |
commit | 4f965b817e1b214f1c163f24c2040f9d587c26ba (patch) | |
tree | 0b3932157bc697e9d619e09cc2666c094d2e2efb /sim/ppc/Makefile.in | |
parent | 84c1534f027b67811317f499d63c62541f792cbe (diff) | |
download | gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.zip gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.tar.gz gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.tar.bz2 |
Do not include sysdep.h, bfd no longer provides it
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 8c5865e..c4b1b5f 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -90,7 +90,6 @@ all: run libsim.a $(GDB_OBJ) BASICS_H = \ - sysdep.h \ config.h \ words.h \ ppc-endian.h \ @@ -294,4 +293,5 @@ config.status: configure $(SHELL) ./config.status --recheck install: - echo Install psim ... + $(INSTALL_XFORM) run $(bindir)/run + |