diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-06-22 19:04:28 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-06-22 19:04:28 +0200 |
commit | 08c92e959976839d6fbb065986fa4d17898aa94f (patch) | |
tree | 3eb535d1e627fa93acdeb395a9d1493d66163eab /debian/rules | |
parent | 49f94e9c743acdd8a4014bdc425f2036b96fe284 (diff) |
debian: use make distclean instead of make clean between builds (Thanks Mirko)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 153c9da..d7efa6f 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ build-stamp: $(MAKE) cp $(CURDIR)/i3status $(CURDIR)/i3status-wmii # Build with dzen support - $(MAKE) clean + $(MAKE) distclean $(MAKE) EXTRA_CFLAGS="-DDZEN" touch $@ |