From 959b42f142c16bdb9f8875e0816df1f05e8253df Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 14 Apr 2015 10:44:54 +0000 Subject: [PATCH] Move pre-configure target inside the jdbc block. So there is no empty target to run. Submitted by: mat@ --- databases/libgda5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 5e43dc222b56..c78a6a3ce4bd 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -118,8 +118,8 @@ post-patch: {} \; .endif -pre-configure: .if ${LIBGDA5_SLAVE} == jdbc +pre-configure: @cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java .endif