From f5e5a68c2589ca8df17fd7f78fb497a251bcc019 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Mar 2009 14:54:34 +0000 Subject: Update Debian stuff a bit (still won't work...) git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1952 a436a847-0d15-0410-975c-d299462d15a1 --- debian-sid/rules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'debian-sid/rules') diff --git a/debian-sid/rules b/debian-sid/rules index 582cdf2..14262a6 100755 --- a/debian-sid/rules +++ b/debian-sid/rules @@ -34,7 +34,7 @@ endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./waf configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp @@ -42,7 +42,7 @@ build-stamp: config.status dh_testdir # Add here commands to compile the package. - $(MAKE) + ./waf touch $@ @@ -52,8 +52,8 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. - $(MAKE) distclean - rm -f config.sub config.guess + ./waf distclean + rm -rf build dh_clean @@ -63,9 +63,9 @@ install: build dh_clean -k dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9 install-exec - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9-dev install-data - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-doc install-man + ./waf DESTDIR=$(CURDIR)/debian/slv2-9 install-exec + ./waf DESTDIR=$(CURDIR)/debian/slv2-9-dev install-data + ./waf DESTDIR=$(CURDIR)/debian/slv2-doc install-man # Build architecture-independent files here. -- cgit v1.2.1