From 2df5c0c5b5fc38fbc2094efe32e86e8516622d23 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:04:10 +0000 Subject: updated make system for BCC fixes for Max/MSP use flext build system using flext build system updated build system additions for Max/MSP build svn path=/trunk/; revision=2407 --- externals/grill/pool/build-pd-linux.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 externals/grill/pool/build-pd-linux.sh (limited to 'externals/grill/pool/build-pd-linux.sh') diff --git a/externals/grill/pool/build-pd-linux.sh b/externals/grill/pool/build-pd-linux.sh deleted file mode 100644 index 413650f7..00000000 --- a/externals/grill/pool/build-pd-linux.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -. config-pd-linux.txt - -make -f makefile.pd-linux && -{ - if [ $INSTPATH != "" ]; then - echo Now install as root - su -c "make -f makefile.pd-linux install" - fi -} -- cgit v1.2.1