[Forensics-changes] [SCM] Recursive piecewise hashing tool branch, debian, updated. debian/1.1-3-7-g1a5c206

Daniel Baumann daniel at debian.org
Thu Sep 18 16:19:02 UTC 2008


The following commit has been merged in the debian branch:
commit 8585da0a8d0199c578e955b8bdfedd66ed4e49be
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 18 18:14:16 2008 +0200

    Correcting a couple of cosmetic things in rules.

diff --git a/debian/rules b/debian/rules
index 96842f6..e5cbadf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
+	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CROSS) --prefix=/usr
 
 build: build-stamp
 build-stamp: config.status
@@ -55,4 +55,4 @@ binary-arch: build install
 
 binary-indep:
 
-.PHONY: clean configure build install binary binary-arch binary-indep
+.PHONY: clean build install binary binary-arch binary-indep

-- 
Recursive piecewise hashing tool



More information about the forensics-changes mailing list