./libwpeditor-plus/debian r6: Touch $@ instead of repeating the target's name
Loïc Minier
lool at dooz.org
Thu Aug 14 13:47:58 UTC 2008
------------------------------------------------------------
revno: 6
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 15:47:58 +0200
message:
Touch $@ instead of repeating the target's name
modified:
debian/rules
-------------- next part --------------
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-14 13:47:15 +0000
+++ b/debian/rules 2008-08-14 13:47:58 +0000
@@ -22,13 +22,13 @@
if [ ! -x configure ]; then ./autogen.sh; fi
dh_testdir
CXXFLAGS="$(CXXFLAGS)" ./configure $(configure_flags)
- touch config-stamp
+ touch $@
build: build-stamp
build-stamp: config.status
dh_testdir
$(MAKE)
- touch build-stamp
+ touch $@
clean:
dh_testdir
More information about the pkg-maemo-commits
mailing list