+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
# version file
-SUBMINOR_VERSION:=252
+SUBMINOR_VERSION:=253
# v4.5.234 requires libDOM v4.5.21
# v4.5.214 requires libNGExtensions v4.5.179
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) \