diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-08 17:08:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-08 17:08:00 +0000 |
commit | 46eec08e57c5cb31ecba2f0d4141868b9873b4b1 (patch) | |
tree | ca210d4bdfc592a1d3edb6f2b36195677929f665 /gas/Makefile.am | |
parent | 2dcc60be2b8ae13b4fadfe9e2ac5fc7a8ee223f2 (diff) | |
download | binutils-gdb-46eec08e57c5cb31ecba2f0d4141868b9873b4b1.tar.gz |
* Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
avoid problems on DOS filesystems.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 09d5b9d39d0..0a9247933a8 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -557,10 +557,10 @@ itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y EXTRA_PROGRAMS = itbl-test itbl_test_SOURCES = itbl-parse.y itbl-lex.l -itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@ +itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@ -itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h - $(COMPILE) -o itbl-test-ops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c +itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h + $(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c |