]> err.no Git - sope/commitdiff
fixed a bug in gstep-make version code
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 2 Nov 2006 10:16:25 +0000 (10:16 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 2 Nov 2006 10:16:25 +0000 (10:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1371 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/woapp-gs.make

index 4ac3fe3662226396626ed7d80a82863a0e85a240..82372e6281065ecd451245d12feb95b7f0c5f85e 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * woapp-gs.make: fixed a bug in a variable test for which_lib, note
+         that WHICH_LIB_SCRIPT must be defined for older gnustep-make versions
+         (v4.5.253)
+
 2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * DynamicElements: filter out -O% flags for files using exception
index ca510b5e2fb1f1e17953c26adfa3d1f95a9c6958..9c0d91a730015f9958d02d11129cfbfa7a072abc 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=252
+SUBMINOR_VERSION:=253
 
 # v4.5.234 requires libDOM          v4.5.21
 # v4.5.214 requires libNGExtensions v4.5.179
index b0310efd7caed7b746f29003e6784715ddb0f8ca..88db330485b2378046e78176d1a1c373c57651fb 100644 (file)
@@ -117,7 +117,7 @@ GNUSTEP_WOAPPS = $(GNUSTEP_INSTALLATION_DIR)/WOApps
         woapp-localized-resource-files
 
 # Libraries that go before the WO libraries
-ifndef $(WHICH_LIB_SCRIPT)
+ifndef WHICH_LIB_SCRIPT
 ALL_WO_LIBS =                                                          \
        $(ALL_LIB_DIRS)                                                 \
        $(ADDITIONAL_WO_LIBS) $(AUXILIARY_WO_LIBS) $(WO_LIBS)   \