Ignore:
Timestamp:
2010-05-12T20:37:02+12:00 (14 years ago)
Author:
ak19
Message:
  1. Missing conditional LIBS or INCLUDES or DIR declaration for when USE_GDBM is switched on. Previously it used to always put these in the includes/libs, not it only does so on USE_GDBM.
File:
1 edited

Legend:

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

    r22067 r22079  
    137137      (cd $$subdir && $(MAKE) clean) || exit 1; \
    138138    done
    139     if test -e ../bin/java/JDBMWrapper.jar; then \
    140       rm ../bin/java/JDBMWrapper.jar; \
    141     fi
    142     if test -e ../lib/java/jdbm.jar; then \
    143       rm ../lib/java/jdbm.jar; \
    144     fi
    145139
    146140
Note: See TracChangeset for help on using the changeset viewer.