Adapted so that anybody can do "make install".

This commit is contained in:
ceriel
1986-07-22 10:47:51 +00:00
parent 36a255a5cf
commit 7e94756b30
2 changed files with 3 additions and 1 deletions

View File

@@ -16,9 +16,10 @@ BINDIR=../../bin
head: ack
install: ack
rm -f $(BINDIR)/ack
cp ack $(BINDIR)/ack
-cd $(BINDIR) ; \
for i in $(INTABLES) $(LNTABLES) ; do ln ack $$i ; done
for i in $(INTABLES) $(LNTABLES) ; do rm -f $$i ; ln ack $$i ; done
(cd pc ; make install )
cmp: ack