[Forensics-changes] [SCM] utility to read and query Windows NT/2000/XP registry branch, debian, updated. debian/0.11.0-1-1-gf668f39

Daniel Baumann daniel at debian.org
Thu Jul 9 10:42:58 UTC 2009


The following commit has been merged in the debian branch:
commit f668f39a7e2a0ab2ad12697ce7084ba6645212cb
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 9 12:29:51 2009 +0200

    Using $CURDIR instead of $PWD in rules file.

diff --git a/debian/rules b/debian/rules
index 477b0c6..51788aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
-	$(MAKE) OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" INC="-I/usr/include -I$(PWD)/include" LIB="-L/usr/lib"
+	$(MAKE) OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" INC="-I/usr/include -I$(CURDIR)/include" LIB="-L/usr/lib"
 
 	touch build-stamp
 

-- 
utility to read and query Windows NT/2000/XP registry



More information about the forensics-changes mailing list