ndn-cxx, nfd, ndndump: Updating to the latest dev versions
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 7734390..08cd289 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -15,10 +15,10 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	./waf --nocache configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+	./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 
 override_dh_auto_build:
-	./waf --nocache build
+	./waf build
 
 override_dh_auto_install:
 	./waf install --destdir=debian/tmp