diff options
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 + |