Adapted to use compare in ../..
authorkeie <none@none>
Thu, 25 Oct 1984 10:46:32 +0000 (10:46 +0000)
committerkeie <none@none>
Thu, 25 Oct 1984 10:46:32 +0000 (10:46 +0000)
mach/i86/libpc/Makefile

index aa4c899..5c669cf 100644 (file)
@@ -1,15 +1,14 @@
 MAKEFILE=../../proto/libg/Makefile
 MACHDEF="MACH=i86" "SUF=s"
 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*