Altered to make use of ../../install and ../../compare.
authorkeie <none@none>
Thu, 25 Oct 1984 14:19:58 +0000 (14:19 +0000)
committerkeie <none@none>
Thu, 25 Oct 1984 14:19:58 +0000 (14:19 +0000)
mach/m68k2/libcc/Makefile

index 828aa33..8f20caf 100644 (file)
@@ -3,7 +3,6 @@ MACHDEF="MACH=m68k2" "SUF=s"
 STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
 GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
 MON="PREF=mon" "SRC=lang/cem/libcc/mon"
-LIBDIR=../lib
 
 install:       cpstdio cpgen
 
@@ -18,15 +17,15 @@ cmp:                cmpstdio cmpgen cmpmon
 
 cmpstdio:
                make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tail
-               -cmp tail_cc.1s $(LIBDIR)/tail_cc.1s
+               -../../compare tail_cc.1s
 cmpgen:
                make -f $(MAKEFILE) $(GEN) $(MACHDEF) head
-               -cmp head_cc $(LIBDIR)/head_cc
+               -../../compare head_cc
                make -f $(MAKEFILE) $(GEN) $(MACHDEF) tail
-               -cmp tail_cc.2g $(LIBDIR)/tail_cc.2g
+               -../../compare tail_cc.2g
 cmpmon:
                make -f $(MAKEFILE) $(MON) $(MACHDEF) tail
-               -cmp tail_mon $(LIBDIR)/tail_mon
+               -../../compare tail_mon
 
 clean:
                -rm -f *.old *.[ce$(SUF)] tail* head*