aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-07 03:37:12 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-07 03:37:12 +0000
commit749999404ed4f89ae455053dcd68f8c2c8a3d69e (patch)
tree2971d937d69620dced412f54b56b798c56997134 /externals/grill/vasp
parent47f9b8f4cfd09fe4072516480fe24fdc3bedcc6c (diff)
""
svn path=/trunk/; revision=1173
Diffstat (limited to 'externals/grill/vasp')
-rw-r--r--externals/grill/vasp/config-pd-linux.txt2
-rw-r--r--externals/grill/vasp/makefile.pd-linux2
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/config-pd-linux.txt b/externals/grill/vasp/config-pd-linux.txt
index eec673ee..003e91ea 100644
--- a/externals/grill/vasp/config-pd-linux.txt
+++ b/externals/grill/vasp/config-pd-linux.txt
@@ -35,4 +35,4 @@ HELPDIR=${PD}/doc/5.reference
# UFLAGS=-mcpu=pentiumpro
# define to link against shared flext library (flext version >= 0.5.0)
-#FLEXT_SHARED=1
+FLEXT_SHARED=1
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux
index eb5c4d30..8da8e37c 100644
--- a/externals/grill/vasp/makefile.pd-linux
+++ b/externals/grill/vasp/makefile.pd-linux
@@ -49,7 +49,7 @@ TARGET=$(TARGDIR)/$(NAME).pd_linux
# default target
all: $(TARGDIR) $(TARGET)
-$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE)
+$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG)
touch $(patsubst %,$(SRCDIR)/%,$(SRCS))
$(TARGDIR):