Reverse the way $PATH is extended, so if the person building that area

has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an
option that the newly built one inside /usr/obj would grok, the build
process would be able to complete.
This commit is contained in:
Joerg Wunsch 1999-11-02 12:50:11 +00:00
parent 55f2c40541
commit 117e008ac0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52793

View File

@ -33,7 +33,7 @@ beforeinstall:
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
$f.dat: $f
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor