Adapted to use ../../install and ../../compare and hide knowledge
authorkeie <none@none>
Fri, 26 Oct 1984 10:25:32 +0000 (10:25 +0000)
committerkeie <none@none>
Fri, 26 Oct 1984 10:25:32 +0000 (10:25 +0000)
about final destination of libraries.

mach/pdp/libem/Makefile

index b0c1526..ad3c8a0 100644 (file)
@@ -1,15 +1,14 @@
-l=../lib
 
 install:       cp
 
 cp:             all
-               cp head_em $l/head_em
-               cp tail_em $l/tail_em
+               ../../install head_em
+               ../../install tail_em
                rm -f head_em tail_em
 
 cmp:            all
-               cmp head_em $l/head_em
-               cmp tail_em $l/tail_em
+               -../../compare head_em
+               -../../compare tail_em
                rm -f head_em tail_em
 
 distr: