* Makefile.in: Update itbl-test.c to reflect its new location.
authorDawn Perchik <dawn@cygnus>
Mon, 24 Feb 1997 01:44:47 +0000 (01:44 +0000)
committerDawn Perchik <dawn@cygnus>
Mon, 24 Feb 1997 01:44:47 +0000 (01:44 +0000)
gas/ChangeLog
gas/Makefile.in

index 5d9848001ef2998d4f3f2f68b1d11aafffa84e6f..40212cebb459fc4a411b6d74ee78ca22d04cde0f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Feb 23 17:49:00 1997  Dawn Perchik  <dawn@cygnus.com>
+
+       * Makefile.in: Update itbl-test.c to reflect its new location.
+
 Sun Feb 23 15:50:00 1997  Dawn Perchik  <dawn@cygnus.com>
 
        * itbl-ops.c: Add test for itbl_have_entries.
index 06dafa6bcc1097ddc32c2ef3545b3a2afe935c52..81b2638a72b86944fa97dca95853f3ec30389496 100644 (file)
@@ -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)