Adapted to make use of ../../compare.
authorkeie <none@none>
Fri, 26 Oct 1984 10:21:18 +0000 (10:21 +0000)
committerkeie <none@none>
Fri, 26 Oct 1984 10:21:18 +0000 (10:21 +0000)
mach/pdp/libpc/Makefile

index 8e632c7..c5446b4 100644 (file)
@@ -1,15 +1,14 @@
 MAKEFILE=../../proto/libg/Makefile
 MACHDEF="MACH=pdp -Rbe-p2" "SUF=o" "ASAR=ar"
 PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
-LIBDIR=../lib
 
 install:
        make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
 
 cmp:
        make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
-       cmp head_pc $(LIBDIR)/head_pc
-       cmp tail_pc $(LIBDIR)/tail_pc
+       -../../compare head_pc
+       -../../compare tail_pc
 
 clean:
                -rm -f *.old *.[ce$(SUF)] tail* head*