Use $@ when touching.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:06 +0000 (16:56 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:06 +0000 (16:56 +0000)
Author: doogie
Date: 2000-06-04 05:37:30 GMT
Use $@ when touching.

debian/rules

index 68f0427..d194ba1 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.22 2000/06/04 05:36:15 doogie Exp $
+# $Id: rules,v 1.23 2000/06/04 05:37:30 doogie Exp $
 
 
 # For the deb builder, you can run 'debian/rules cvs-build', which does all
@@ -60,7 +60,7 @@ build-stamp: configure
 
        # Add here commands to compile the package.
        $(MAKE)
-       touch build-stamp
+       touch $@
 
 clean:
        dh_testdir
@@ -195,7 +195,7 @@ configure:
        $(MAKE) configure
 
 l33ch-stamp: super-l33ch
-       touch l33ch-stamp
+       touch $@
 
 really-clean: clean
        -find -name Makefile.in -print0 | xargs -0r rm -f