Author: dato-guest Date: 2004-10-30 20:41:01 -0600 (Sat, 30 Oct 2004) New Revision: 169
Modified: people/dato/kde-common/rules.mk Log: Don't force the existence of debian/not-installed.known. Modified: people/dato/kde-common/rules.mk =================================================================== --- people/dato/kde-common/rules.mk 2004-10-31 00:05:43 UTC (rev 168) +++ people/dato/kde-common/rules.mk 2004-10-31 02:41:01 UTC (rev 169) @@ -160,6 +160,7 @@ binary: binary-arch binary-indep @echo; echo; echo "Checking for not installed files..." + @touch debian/not-installed.known @dh_install --no-act --list-missing 2>&1 | sort | diff -u - debian/not-installed.known || true .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure