summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-09 15:31:02 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-09 15:31:02 +0000
commit81c85ddfe4beaf985c7fb4d5441adb4654ef47a4 (patch)
tree320ca7e3b3c3851a16702990f685fc2f45e69057
parent7b0bd030b988ba4771c7b7fc8d0ad3140df70b1f (diff)
Avoid infinit recursion on cleandir.
-rw-r--r--app/fvwm/icons/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/fvwm/icons/Makefile b/app/fvwm/icons/Makefile
index 786b413db..f1ef7ed1d 100644
--- a/app/fvwm/icons/Makefile
+++ b/app/fvwm/icons/Makefile
@@ -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>