Changeset 30221


Ignore:
Timestamp:
2015-09-08T14:30:57+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/txt2tdb-src/Makefile.in

    r30220 r30221  
    2525###########################################################################
    2626
    27 ifndef GSDL3HOME
     27ifndef GSDL3SRCHOME
    2828  GSDL_DIR = ../../../..
    2929else
    30   GSDL_DIR = ${GSDL3HOME}/gs2build
     30  GSDL_DIR = ${GSDL3SRCHOME}/gs2build
    3131endif
    3232COMMON_DIR = $(GSDL_DIR)/common-src
Note: See TracChangeset for help on using the changeset viewer.