aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r--externals/grill/vasp/makefile.pd-linux2
1 files changed, 1 insertions, 1 deletions
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):