Avoid infinit loop on make clean. Problem found by mglocker@.
This commit is contained in:
parent
c5ed399a02
commit
ea3c465f2e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/03/30 17:24:12 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/01/03 17:55:00 matthieu Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -64,6 +64,8 @@ install:
|
||||
${DESTDIR}${INCSDIR}/X11/pixmaps ; \
|
||||
done
|
||||
|
||||
clean:
|
||||
|
||||
cleandir:
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user