Don't redefine `realinstall' target if already defined.

This commit is contained in:
mycroft 1993-04-26 03:26:17 +00:00
parent 39ca5a134b
commit 899ea388c7
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ beforeinstall:
afterinstall:
.endif
.if !target(realinstall)
realinstall: _PROGSUBDIR
.if defined(PROG)
install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
@ -157,6 +158,7 @@ realinstall: _PROGSUBDIR
ln $$l $$t; \
done; true
.endif
.endif
install: maninstall
maninstall: afterinstall