From: Kirk McKusick Date: Mon, 11 May 1987 05:55:41 +0000 (-0800) Subject: use proper path X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~4646 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2acb582fad90da72a09d788761bc2f058d63c62b?ds=inline use proper path SCCS-vsn: old/adb/adb.vax/Makefile 4.5 --- diff --git a/usr/src/old/adb/adb.vax/Makefile b/usr/src/old/adb/adb.vax/Makefile index d81fb97df6..214d0bf36f 100644 --- a/usr/src/old/adb/adb.vax/Makefile +++ b/usr/src/old/adb/adb.vax/Makefile @@ -1,5 +1,5 @@ # -# Makefile 4.4 86/06/07 +# Makefile 4.5 87/05/10 # 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 # -AS = ../as +AS = ../../as/as.vax adb: ${OFILES} ${CC} -o adb ${OFILES}