aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-01-18 20:24:47 +0000
committerSteve Chamberlain <sac@cygnus>1993-01-18 20:24:47 +0000
commit62b66d6df1cf614535e1e468c32b67c4441413a1 (patch)
tree906859c58fc89deafc9bda54f50dd8b2adf0e9fc /sim/h8300/Makefile.in
parentc4413e2c9b9e257a93b4370c5e4e976c768b9e9a (diff)
downloadgdb-62b66d6df1cf614535e1e468c32b67c4441413a1.zip
gdb-62b66d6df1cf614535e1e468c32b67c4441413a1.tar.gz
gdb-62b66d6df1cf614535e1e468c32b67c4441413a1.tar.bz2
checkpoint
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r--sim/h8300/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in
index 4a5f7af..281ca99 100644
--- a/sim/h8300/Makefile.in
+++ b/sim/h8300/Makefile.in
@@ -61,8 +61,8 @@ DEP = mkdep
all: run
-run: code.o run.o
- $(CC) -o run code.o run.o ../bfd/libbfd.a ../libiberty/libiberty.a
+run: code.o run.o perifs.o
+ $(CC) -o run code.o perifs.o run.o ../bfd/libbfd.a ../libiberty/libiberty.a
code.c:p1.c p2.c p3.c
cat $(VPATH)/p1.c p2.c $(VPATH)/p3.c | cb >code.c
@@ -73,7 +73,7 @@ p2.c:writecode
writecode:writecode.c
- $(CC_FOR_BUILD) -o writecode -g $(CSEARCH) $(srcdir)/writecode.c
+ $(CC) -o writecode -g $(CSEARCH) $(srcdir)/writecode.c