aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorDawn Perchik <dawn@cygnus>1997-02-24 01:44:47 +0000
committerDawn Perchik <dawn@cygnus>1997-02-24 01:44:47 +0000
commitf9f0539f364dbd65d3b43d7f0f889dc5c8fb98f2 (patch)
tree55da84029e6d0a23e6c4c94927cb81df3287ebb9 /gas/Makefile.in
parentb9d4be84aa07d7635d7fd05370e6ffd0a44a153b (diff)
downloadgdb-f9f0539f364dbd65d3b43d7f0f889dc5c8fb98f2.zip
gdb-f9f0539f364dbd65d3b43d7f0f889dc5c8fb98f2.tar.gz
gdb-f9f0539f364dbd65d3b43d7f0f889dc5c8fb98f2.tar.bz2
* Makefile.in: Update itbl-test.c to reflect its new location.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 06dafa6..81b2638 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -447,13 +447,15 @@ itbl-ops.o: $(srcdir)/itbl-ops.c \
$(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h
$(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c
-# stand-alone assembler & disassembler
+# stand-alone itbl assembler & disassembler
itbl-test-ops.o: $(srcdir)/itbl-ops.c \
$(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h
$(CC) -o itbl-test-ops.o -DSTAND_ALONE -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c
-itbl-test.o: $(srcdir)/itbl-test.c $(srcdir)/itbl-ops.h itbl-cpu.h
- $(CC) -c -DSTAND_ALONE $(ALL_CFLAGS) $(INCLUDES) $(srcdir)/itbl-test.c
+itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h\
+ itbl-cpu.h
+ $(CC) -c -DSTAND_ALONE $(ALL_CFLAGS) $(INCLUDES)\
+ $(srcdir)/testsuite/gas/all/itbl-test.c
IT_TEST_OBJS= itbl-parse.o itbl-lex.o itbl-test-ops.o
itbl-test: $(IT_TEST_OBJS) itbl-test.o $(LIBDEPS)