aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/build-pd-cygwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/build-pd-cygwin.sh')
-rw-r--r--externals/grill/vasp/build-pd-cygwin.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/externals/grill/vasp/build-pd-cygwin.sh b/externals/grill/vasp/build-pd-cygwin.sh
deleted file mode 100644
index 94778444..00000000
--- a/externals/grill/vasp/build-pd-cygwin.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-SYS=pd-cygwin
-
-. config-${SYS}.txt
-
-make -f makefile.${SYS} &&
-{
- if [ $INSTDIR != "" ]; then
- make -f makefile.${SYS} install
- fi
- if [ $HELPDIR != "" ]; then
- make -f makefile.${SYS} install-help
- fi
-}