* Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
authorIan Lance Taylor <ian@airs.com>
Sun, 8 Aug 1999 17:08:00 +0000 (17:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 8 Aug 1999 17:08:00 +0000 (17:08 +0000)
avoid problems on DOS filesystems.
* Makefile.in: Rebuild.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index cc275063586d2e87d7c18fe742423c3b188de492..0537124194529c452cd1a9112871124ce4cbf048 100644 (file)
@@ -1,5 +1,9 @@
 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
 
+       * Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
+       avoid problems on DOS filesystems.
+       * Makefile.in: Rebuild.
+
        * doc/as.texinfo (Section): Document 's' flag for COFF version.
 
 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
index 09d5b9d39d0617ac148870c6a8a9049d21d2129a..0a9247933a85ba2029196face2576b000fe20dbb 100644 (file)
@@ -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
index cae70a2c6a240421aaf86c8b886d4d66aecf6ae7..4833c3d5e0fb81b8aa6d768cdc519a9f93bcc9fd 100644 (file)
@@ -553,7 +553,7 @@ EXTRA_as_new_SOURCES = config/m68k-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@
 
 # CGEN interface.
 
@@ -1610,7 +1610,7 @@ CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 itbl_test_OBJECTS =  itbl-parse.o itbl-lex.o
-itbl_test_DEPENDENCIES =  itbl-test-ops.o itbl-test.o \
+itbl_test_DEPENDENCIES =  itbl-tops.o itbl-test.o \
 ../libiberty/libiberty.a
 itbl_test_LDFLAGS = 
 as_new_OBJECTS =  app.o as.o atof-generic.o bignum-copy.o cond.o \
@@ -2152,8 +2152,8 @@ itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
        $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
 
-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
This page took 0.032549 seconds and 4 git commands to generate.