summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:09 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:09 +0000
commit2ee6f3cb4379aef177f33d8ad63994ef1fde5117 (patch)
tree8795d8297fbb2dfbfea94b4d842c2b266cdecaaf /debian
parent19fe86f1fa603c8c9a54b3768a98e810417cd4f6 (diff)
Remove make startup; make mkdir build not cause the who...
Author: che Date: 1999-03-16 19:30:31 GMT Remove make startup; make mkdir build not cause the whole thing to croak on failure
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 3de998888..07368bfad 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.8 1999/03/16 09:43:41 mblevin Exp $
+# $Id: rules,v 1.9 1999/03/16 19:30:31 che Exp $
# Uncomment this to turn on verbose mode.
@@ -14,8 +14,7 @@ export LIBAPT_MAJOR=`egrep '^MAJOR=' apt-pkg/makefile |cut -d '=' -f 2`
build: build-stamp
build-stamp: configure
dh_testdir
- mkdir build
- make startup
+ -mkdir build
cd build; ../configure
cd ..
# cd build && CXXFLAGS="-g -Wall -D_POSIX_C_SOURCE=199309" ../configure --disable-nls --disable-static --prefix=/usr