From 11eca2b8ae01e4a3c69ed340ef5ffdb9f2f9b80c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 21 Jun 2005 11:53:27 +0200
Subject: [PATCH] Bugfix.

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

diff --git a/Makefile b/Makefile
index 09a1c5ef2e..72697a7b86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 #
-# $Id: Makefile,v 1.149 2005/06/21 08:38:08 grubba Exp $
+# $Id: Makefile,v 1.150 2005/06/21 09:53:27 grubba Exp $
 #
 # Meta Makefile
 #
 
 # Use this to pass arguments to configure. Leave empty to keep previous args.
-CONFIGUREARGS=`echo $$CONFIGUREARGS`
+CONFIGUREARGS=`echo $${CONFIGUREARGS-}`
 
 # Set this to any generic make options you'd otherwise would have to
 # pass on the command line. (Using the magic MAKEFLAGS variable
-- 
GitLab