The apollo make does not like lines which end in a backslash, but do not have
authorSean Eric Fagan <sef@cygnus>
Tue, 7 Apr 1992 22:16:41 +0000 (22:16 +0000)
committerSean Eric Fagan <sef@cygnus>
Tue, 7 Apr 1992 22:16:41 +0000 (22:16 +0000)
anything following (it tries to interpret the next line as a command; for
this file, the next line was merely more rules).

gas/Makefile.in

index 215dd84a836ee4147ee1787059b1974cebfd994e..b2556521c8da2241a3f80ef60b200b2edb7cdc81 100644 (file)
@@ -231,16 +231,16 @@ bignum-copy.o : bignum-copy.c as.h host.h \
   write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h 
 cond.o : cond.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 \
-   
+  write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
+
 debug.o : debug.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 \
   subsegs.h 
 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 \
-   
+  write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.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 \
@@ -276,8 +276,8 @@ output-file.o : output-file.c as.h host.h targ-env.h obj-format.h \
   output-file.h 
 read.o : read.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 \
-   
+  write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
+
 strerror.o : strerror.c
 strstr.o : strstr.c   
 subsegs.o : subsegs.c as.h host.h targ-env.h obj-format.h \
@@ -335,6 +335,8 @@ install:
        $(INSTALL_PROGRAM) as.new $(bindir)/$(program_prefix)as
        -rm -f  $(tooldir)/as
        ln $(bindir)/$(program_prefix)as $(tooldir)/as
+       -rm -f $(man1dir)/$(program_prefix)as.1
+       $(INSTALL_DATA) $(srcdir)/doc/as.1 $(man1dir)/$(program_prefix)as.1
 
 # Create the installation directory.
 install-dir: