add dependency on compact.h
authorBill Shannon <shannon@ucbvax.Berkeley.EDU>
Thu, 24 Feb 1983 14:50:22 +0000 (06:50 -0800)
committerBill Shannon <shannon@ucbvax.Berkeley.EDU>
Thu, 24 Feb 1983 14:50:22 +0000 (06:50 -0800)
SCCS-vsn: old/compact/Makefile 4.2

usr/src/old/compact/Makefile

index b5d34b1..01e012d 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.1     83/02/11
+#      Makefile        4.2     83/02/23
 
 CFLAGS=-O
 DESTDIR=
 
 CFLAGS=-O
 DESTDIR=
@@ -11,6 +11,8 @@ compact: compact.o tree.o
 uncompact: uncompact.o tree.o
        cc uncompact.o tree.o -o uncompact
 
 uncompact: uncompact.o tree.o
        cc uncompact.o tree.o -o uncompact
 
+compact.o uncompact.o tree.o: compact.h
+
 install:
        install -s compact ${DESTDIR}/usr/ucb
        install -s uncompact ${DESTDIR}/usr/ucb
 install:
        install -s compact ${DESTDIR}/usr/ucb
        install -s uncompact ${DESTDIR}/usr/ucb