Changeset 30222


Ignore:
Timestamp:
2015-09-08T14:31:06+12:00 (9 years ago)
Author:
jmt12
Message:

Altered the makefile template to properly notice a GSDL3HOME environment and alter the path the common-src (needed for the text_t object)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb/trunk/src/tdbcli-src/Makefile.in

    r25392 r30222  
    2525###########################################################################
    2626
    27 GSDL_DIR = ../../../..
     27ifndef GSDL3SRCHOME
     28  GSDL_DIR = ../../../..
     29else
     30  GSDL_DIR = ${GSDL3SRCHOME}/gs2build
     31endif
    2832COMMON_DIR = $(GSDL_DIR)/common-src
    2933
Note: See TracChangeset for help on using the changeset viewer.