From edaf3b353cd49e0ab3b87a704182c4e435cbf855 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 7 Mar 2005 17:24:16 +0000 Subject: [PATCH] set a PATH in config.make to avoid a gstep-make warning git-svn-id: http://svn.opengroupware.org/SOPE/trunk@628 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 347f1823..abe881a2 100755 --- a/configure +++ b/configure @@ -242,6 +242,10 @@ function genConfigMake() { cfgwrite "${MAKE_ASSI}"; done cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO" + cfgwrite "" + + cfgwrite "# avoid a gstep-make warning" + cfgwrite "PATH:=\$(GNUSTEP_SYSTEM_ROOT)/Tools:\$(PATH)" } function runIt() { -- 2.39.5