diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-07 03:37:12 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-07 03:37:12 +0000 |
commit | 749999404ed4f89ae455053dcd68f8c2c8a3d69e (patch) | |
tree | 2971d937d69620dced412f54b56b798c56997134 /externals/grill/vasp/makefile.pd-linux | |
parent | 47f9b8f4cfd09fe4072516480fe24fdc3bedcc6c (diff) |
""
svn path=/trunk/; revision=1173
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r-- | externals/grill/vasp/makefile.pd-linux | 2 |
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): |