From: Johannes Berg Date: Wed, 17 Sep 2008 09:09:39 +0000 (+0200) Subject: remove *-stamp when cleaning X-Git-Tag: v0.9.4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5729ffd334133e62d3c370780f47af2842e1b108;p=thirdparty%2Fiw.git remove *-stamp when cleaning --- diff --git a/Makefile b/Makefile index f858d1e..18e89ae 100644 --- a/Makefile +++ b/Makefile @@ -56,4 +56,4 @@ install: iw iw.8.gz $(Q)$(INSTALL) -m 644 -o root -g root -t $(DESTDIR)$(PREFIX)/share/man/man8/ iw.8.gz clean: - $(Q)rm -f iw *.o *~ *.gz version.h + $(Q)rm -f iw *.o *~ *.gz version.h *-stamp