From 7566db1e80061f8ea212b9a7129dfe0bc30d9170 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 29 Jun 2007 06:14:57 +0000 Subject: fix syntax --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8edbc884b..c9cde8ce1 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ifeq ($(DEB_HOST_ARCH_OS),) endif endif -ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:) +ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:)) # Use position-independent executables to take advantage of address space # layout randomisation. TODO: This should be done in configure. PIE_CFLAGS := -fPIE -- cgit v1.2.3