diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-07 05:35:42 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-07 05:35:42 +0000 |
commit | 7a407681e04667a8a488693a12cd42148e59eb75 (patch) | |
tree | 0a74b13902d9824e0f8f1d88e7e113d163c09453 /externals/grill/vasp/makefile.pd-darwin | |
parent | af12d7d5cd541b0d02b31a00e6e3918ae209d8eb (diff) |
""
svn path=/trunk/; revision=281
Diffstat (limited to 'externals/grill/vasp/makefile.pd-darwin')
-rwxr-xr-x | externals/grill/vasp/makefile.pd-darwin | 4 |
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 |