diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-13 16:04:21 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-13 16:04:21 +0000 |
commit | 5d53038bb9bc465d7231976a5fd1fb827aca88c3 (patch) | |
tree | 328b209e918a6a1911147e13221d4ccd5f15de2d /gas/Makefile.in | |
parent | 302c8ab121aefc1412e17b8f9d28d08c11637231 (diff) | |
download | gdb-5d53038bb9bc465d7231976a5fd1fb827aca88c3.zip gdb-5d53038bb9bc465d7231976a5fd1fb827aca88c3.tar.gz gdb-5d53038bb9bc465d7231976a5fd1fb827aca88c3.tar.bz2 |
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* flonum-const.c: renamed flonum-konst.c to stop dos name
conflict.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 159bc2e..543ccb7 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -71,7 +71,7 @@ REAL_SOURCES = \ $(srcdir)/bignum-copy.c \ $(srcdir)/cond.c \ $(srcdir)/expr.c \ - $(srcdir)/flonum-const.c \ + $(srcdir)/flonum-konst.c \ $(srcdir)/flonum-copy.c \ $(srcdir)/flonum-mult.c \ $(srcdir)/frags.c \ @@ -140,7 +140,7 @@ OBJS = \ bignum-copy.o \ cond.o \ expr.o \ - flonum-const.o \ + flonum-konst.o \ flonum-copy.o \ flonum-mult.o \ frags.o \ @@ -205,7 +205,7 @@ SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config STAGESTUFF = *.o as.new as.new: $(OBJS) $(LIBDEPS) - -mv -f as.new as.old + [ ! -f as.new ] || mv as.new as.old $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES) check: @@ -241,7 +241,7 @@ expr.o : expr.c as.h host.h targ-env.h obj-format.h \ targ-cpu.h struc-symbol.h \ write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \ -flonum-const.o : flonum-const.c flonum.h bignum.h +flonum-konst.o : flonum-konst.c flonum.h bignum.h flonum-copy.o : flonum-copy.c as.h host.h targ-env.h obj-format.h \ targ-cpu.h struc-symbol.h \ write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h |