tahoe assembler just like vax
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1986 08:49:51 +0000 (00:49 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1986 08:49:51 +0000 (00:49 -0800)
SCCS-vsn: old/make/files.c 4.14

usr/src/old/make/files.c

index 631cb0d..fd0dbdb 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)files.c     4.13 (Berkeley) 86/07/24";
+static char *sccsid = "@(#)files.c     4.14 (Berkeley) 86/10/13";
 #include <fcntl.h>
 
 /* UNIX DEPENDENT PROCEDURES */
 #include <fcntl.h>
 
 /* UNIX DEPENDENT PROCEDURES */
@@ -20,7 +20,7 @@ char *builtin[] =
        "LEX=lex",
        "LFLAGS=",
        "CC=cc",
        "LEX=lex",
        "LFLAGS=",
        "CC=cc",
-#if defined(vax) || defined(sun)
+#if defined(vax) || defined(sun) || defined(tahoe)
        "AS=as",
 #else
        "AS=as -",
        "AS=as",
 #else
        "AS=as -",