From 81c85ddfe4beaf985c7fb4d5441adb4654ef47a4 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 9 Dec 2006 15:31:02 +0000 Subject: Avoid infinit recursion on cleandir. --- app/fvwm/icons/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .include -- cgit v1.2.3