Changeset 31060 for main


Ignore:
Timestamp:
2016-11-04T16:11:13+13:00 (7 years ago)
Author:
sjm84
Message:

white-space regular expression match wasn't working, so changed it to a simpler test for an explicit single space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/z3950/Makefile.in

    r30967 r31060  
    112112# Need LIBS to contain all the dependencies for libyaz that yaz had worked out (from yaz's Makefile)
    113113# http://stackoverflow.com/questions/2019989/how-to-assign-the-output-of-a-command-to-a-makefile-variable
    114 YAZ_LIBS = $(shell egrep "^LIBS\s?=" $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/Makefile | sed 's/^LIBS = //')
     114YAZ_LIBS = $(shell egrep "^LIBS =" $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/Makefile | sed 's/^LIBS =//')
    115115LIBS = @LIBS@ $(GDBM_LIBS) -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat \
    116116    $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \
Note: See TracChangeset for help on using the changeset viewer.