mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
Avoid infinit recursion on cleandir.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/12/09 15:31:01 matthieu Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@@ -64,5 +64,7 @@ install:
|
||||
${DESTDIR}${INCSDIR}/X11/pixmaps ; \
|
||||
done
|
||||
|
||||
cleandir:
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
Reference in New Issue
Block a user