Adapted so that anybody can do "make install".

This commit is contained in:
ceriel 1986-07-22 10:47:51 +00:00
parent a184032321
commit 2acc260239
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

View file

@ -10,6 +10,7 @@ cmp: em_pc
cmp em_pc $(PC_PATH)
install: em_pc
rm -f $(PC_PATH)
cp em_pc $(PC_PATH)
lint: