Undo last.

If no objdir exists, this change made 'make clean' remove the checked out
magic.mime, making subsequent 'make build's fail.
This commit is contained in:
wiz 2002-03-24 17:16:22 +00:00
parent 9977ae0589
commit c41c892893

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 2002/03/21 22:02:06 veego Exp $
# $NetBSD: Makefile,v 1.38 2002/03/24 17:16:22 wiz Exp $
.include <bsd.own.mk>
@ -18,7 +18,7 @@ CPPFLAGS+= -DMAGIC='"${MAGIC}"' -DHAVE_CONFIG_H -I${.CURDIR}
CPPFLAGS+= -DQUICK -DBUILTIN_ELF -DELFCORE
MAN= file.1 magic.5
CLEANFILES+= mkmagic magic magic.mgc magic.mime magic.mime.mgc
CLEANFILES+= mkmagic magic magic.mgc magic.mime.mgc
.if ${MKSHARE} != "no"
realall: file magic magic.mgc magic.mime.mgc
.endif