Put 'clean' in ALL_TARGET before 'all' to remove stale object files that

were killing builds on FreeBSD/Alpha.
This commit is contained in:
Steve Price 1999-09-20 00:55:43 +00:00
parent 59e5b8bb72
commit ce6a812c15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21781

View File

@ -14,4 +14,6 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \
MAINTAINER= hollywar@mail.holywar.net
ALL_TARGET= clean all
.include <bsd.port.mk>