output file is "as", not "all"
authorThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Thu, 15 Feb 1990 02:43:27 +0000 (18:43 -0800)
committerThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Thu, 15 Feb 1990 02:43:27 +0000 (18:43 -0800)
SCCS-vsn: old/as.vax/Makefile 5.8

usr/src/old/as.vax/Makefile

index 4e54623..e7e9879 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 #
 #      as.h            Definitions for data structures
 #      asnumber.h      Definitions for all numbers: byte .. G format float
 #
 #      as.h            Definitions for data structures
 #      asnumber.h      Definitions for all numbers: byte .. G format float
@@ -82,7 +82,7 @@ DFLAGS=       -DAS
 CFLAGS=        -O ${DFLAGS}
 
 all as: ${OBJS} ${LIBC}
 CFLAGS=        -O ${DFLAGS}
 
 all as: ${OBJS} ${LIBC}
-       ${CC} -o $@ ${CFLAGS} ${OBJS}
+       ${CC} -o as ${CFLAGS} ${OBJS}
 
 .c.o:  astoks.h ${HDRS}
        ${CC} ${CFLAGS} -c $*.c
 
 .c.o:  astoks.h ${HDRS}
        ${CC} ${CFLAGS} -c $*.c