From 43bb13af61ec7c8bf168d20c6a97e8ba28961fab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 13 Jun 2004 20:15:31 +0200
Subject: [PATCH] Potential fix for FreeBSD.

Rev: Makefile:1.145
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b4a6bbc8a2..3bc927519f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 1.144 2004/05/17 21:38:45 mast Exp $
+# $Id: Makefile,v 1.145 2004/06/13 18:15:31 grubba Exp $
 #
 # Meta Makefile
 #
@@ -61,7 +61,7 @@ configure_help: src/configure
 	cd src && ./configure --help
 
 compile:
-	@$(DO_MAKE) _make_in_builddir
+	@$(DO_MAKE) METATARGET=$(METATARGET) _make_in_builddir
 
 builddir:
 	@builddir="$(BUILDDIR)"; \
-- 
GitLab