15 lines
485 B
Diff
Executable File
15 lines
485 B
Diff
Executable File
Index: src/config/makefile.h
|
|
===================================================================
|
|
--- src/config/makefile.h (revision 27828)
|
|
+++ src/config/makefile.h (revision 27829)
|
|
@@ -99,7 +99,8 @@
|
|
ifdef OLD_GA
|
|
LIBPATH = -L$(SRCDIR)/tools/lib/$(TARGET)
|
|
else
|
|
- LIBPATH = -L$(SRCDIR)/tools/install/lib
|
|
+ TOOLSLIB = $(shell grep libdir\ = $(NWCHEM_TOP)/src/tools/build/Makefile |grep -v pkgl|cut -b 25-)
|
|
+ LIBPATH = -L$(SRCDIR)/tools/install/$(TOOLSLIB)
|
|
endif
|
|
|
|
#
|