From 3dcb3d539aaf1af0c488e0b30b6cc40ec0f4eec4 Mon Sep 17 00:00:00 2001 From: avl Date: Mon, 12 Oct 2009 09:44:54 +0000 Subject: - Fix .if condition --- palm/synce-hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palm') diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile index f919733a83c..834a96413fe 100644 --- a/palm/synce-hal/Makefile +++ b/palm/synce-hal/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \ --disable-bluetooth-support -if ${OSVERSION} >= 800074 +.if ${OSVERSION} >= 800074 IGNORE= requires pppd .endif -- cgit