diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-01-30 00:55:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-01-30 00:55:18 +0000 |
commit | 54973b801f4f6c0e6b98491eb93a9e7a42021b58 (patch) | |
tree | 1da7e80643fc1cc9b72f4e9347281e18d08ecd70 /sim/ppc/Makefile.in | |
parent | 9073144e40c561068250280ee30e9ecf36079605 (diff) | |
download | gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.zip gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.gz gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.bz2 |
Fix from Cagney so that new common files do not show up when using psim on old gdbs
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 2917624..365164e 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -223,7 +223,7 @@ BUILT_SRC_WO_CONFIG = \ pk.h \ hw.h hw.c \ filter_host.c \ - targ-vals.h targ-map.c targ-vals.def + @sim_targ_vals@ BUILT_SRC = \ $(BUILT_SRC_WO_CONFIG) \ |