aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/makefile.pd-darwin
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-07 05:35:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-07 05:35:42 +0000
commit7a407681e04667a8a488693a12cd42148e59eb75 (patch)
tree0a74b13902d9824e0f8f1d88e7e113d163c09453 /externals/grill/vasp/makefile.pd-darwin
parentaf12d7d5cd541b0d02b31a00e6e3918ae209d8eb (diff)
""
svn path=/trunk/; revision=281
Diffstat (limited to 'externals/grill/vasp/makefile.pd-darwin')
-rwxr-xr-xexternals/grill/vasp/makefile.pd-darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/makefile.pd-darwin b/externals/grill/vasp/makefile.pd-darwin
index 713ad0fd..909e2403 100755
--- a/externals/grill/vasp/makefile.pd-darwin
+++ b/externals/grill/vasp/makefile.pd-darwin
@@ -16,11 +16,11 @@ include ${CONFIG}
FLEXTLIB=$(FLEXTPATH)/flext_t.a
# compiler stuff
-INCLUDES=$(PDPATH)
+INCLUDES=$(PDINC)
FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec
LIBS=m
-LDFLAGS=-bundle -bundle_loader $(PD)
+LDFLAGS=-bundle -bundle_loader $(PDBIN)
# ----------------------------------------------
# the rest can stay untouched