From f3ef908016c0b5b8784df3eae6bd40eabf52f695 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 28 Jan 2004 05:44:55 +0000 Subject: [PATCH] Correct syntax error when PREFIX is defined. --- print/ifhp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile index 38dd081e116e..4c89de91ed02 100644 --- a/print/ifhp/Makefile +++ b/print/ifhp/Makefile @@ -26,10 +26,10 @@ CONFIGURE_ARGS= \ --with-ldopts="-L${LOCALBASE}/lib" \ --with-ccopts="-I${LOCALBASE}/include" .if defined(PREFIX) - CONFIGURE_ARGS+= --prefix="${PREFIX}" +CONFIGURE_ARGS+= --prefix="${PREFIX}" .endif .if defined(SYSCONFDIR) - CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" .endif MAN8= ifhp.8 textps.8