From 545252f1c708964cf7f90181c033bcbde28507e4 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 3 Jan 2009 17:55:01 +0000 Subject: Avoid infinit loop on make clean. Problem found by mglocker@. --- app/fvwm/icons/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/fvwm/icons/Makefile b/app/fvwm/icons/Makefile index b3be0cda6..5e8ecbcd3 100644 --- a/app/fvwm/icons/Makefile +++ b/app/fvwm/icons/Makefile @@ -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 -- cgit v1.2.3