diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:05 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:05 +0000 |
commit | 1d9fd7a2528bfb3ce95cfe65c227fafa912f38e8 (patch) | |
tree | 20fdf526880177923168eacf7596d6eb6ea5a157 /debian | |
parent | 3fb71b275346f24cf60e44c27fdccc9083d14cba (diff) |
s/make/$(MAKE)/
Author: doogie
Date: 2000-06-04 05:36:15 GMT
s/make/$(MAKE)/
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 21ddc8282..68f0427d8 100755 --- a/debian/rules +++ b/debian/rules @@ -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.21 2000/06/04 05:34:58 doogie Exp $ +# $Id: rules,v 1.22 2000/06/04 05:36:15 doogie Exp $ # For the deb builder, you can run 'debian/rules cvs-build', which does all @@ -59,7 +59,7 @@ build-stamp: configure # cd build && make -s # Add here commands to compile the package. - make + $(MAKE) touch build-stamp clean: @@ -192,7 +192,7 @@ l33ch: really-clean super-l33ch: l33ch Makefile.in configure: - make configure + $(MAKE) configure l33ch-stamp: super-l33ch touch l33ch-stamp @@ -217,8 +217,8 @@ cvs-build: rm -rf debian/cvs-build cvs update buildlib/mkChangeLog - make startup - make doc + $(MAKE) startup + $(MAKE) doc tar c --exclude CVS --exclude debian/cvs-build . |\ (mkdir -p debian/cvs-build/apt-$(APT_DEBVER);cd debian/cvs-build/apt-$(APT_DEBVER);tar x) # The next line isn't needed, as debuild will make the .tar.gz for us. |