use proper path
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 11 May 1987 05:55:41 +0000 (21:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 11 May 1987 05:55:41 +0000 (21:55 -0800)
SCCS-vsn: old/adb/adb.vax/Makefile 4.5

usr/src/old/adb/adb.vax/Makefile

index d81fb97..214d0bf 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-#      Makefile        4.4     86/06/07
+#      Makefile        4.5     87/05/10
 #
 DESTDIR= 
 DFLAGS = -DADB
 #
 DESTDIR= 
 DFLAGS = -DADB
@@ -12,7 +12,7 @@ OFILES= access.o command.o expr.o format.o input.o main.o message.o \
 #
 #      path to the directory containing as
 #
 #
 #      path to the directory containing as
 #
-AS =   ../as
+AS =   ../../as/as.vax
 
 adb:   ${OFILES}
        ${CC} -o adb ${OFILES}
 
 adb:   ${OFILES}
        ${CC} -o adb ${OFILES}