diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-01 06:00:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-01 06:00:06 +0000 |
commit | cce7e93d147eb29e4153b34167e01926388776a6 (patch) | |
tree | fda03f543b83f5358c6586a6c63286134be11a81 | |
parent | e2aa48a2d6f9d66854d6080812e37a0f492cd67a (diff) |
commented out rm vst.c to eliminate error
svn path=/trunk/; revision=523
-rw-r--r-- | externals/build/darwin/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile index f84c7a1e..c6067517 100644 --- a/externals/build/darwin/makefile +++ b/externals/build/darwin/makefile @@ -62,7 +62,7 @@ link: link.stamp link.stamp: cp ../src/*.c . - rm vst.c +# rm vst.c # MacOSX exceptions that don't work just yet rm ogg* ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c rm serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_* |