mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
Avoid infinit loop on make clean. Problem found by mglocker@.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user