clean better; relative path to "as" dir
authorJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Sat, 7 Jun 1986 18:03:58 +0000 (10:03 -0800)
committerJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Sat, 7 Jun 1986 18:03:58 +0000 (10:03 -0800)
SCCS-vsn: old/adb/adb.vax/Makefile 4.4

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

index cebc771..d81fb97 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-#      Makefile        4.3     82/10/27
+#      Makefile        4.4     86/06/07
 #
 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 =   /usr/src/bin/as
+AS =   ../as
 
 adb:   ${OFILES}
        ${CC} -o adb ${OFILES}
 
 adb:   ${OFILES}
        ${CC} -o adb ${OFILES}
@@ -45,7 +45,7 @@ install:
        install -s adb ${DESTDIR}/bin
 
 clean:
        install -s adb ${DESTDIR}/bin
 
 clean:
-       rm -f adb ${OFILES}
+       rm -f adb instrs.adb errs ${OFILES}
 
 print:
        @ls -l | pr
 
 print:
        @ls -l | pr