summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-11 13:20:01 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-11 13:20:01 +0100
commitc9f710290a8989b2a1b342832b7ec2a9a4beacad (patch)
tree6ce04b930b7fad9323ddc970ae9cdc567436bf4c
parenta27d71e88bd8f950e11e7a1a2ba0a4dd88f541f4 (diff)
Remove superfluous check for VST_PATH
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a630927..cb070f2 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ clean-lv2:
## VST targets
$(PLUGIN_NAME)_vst.so: $(VST_SRC)
- [ "$VST_PATH" == "" ] && (echo "Run make with 'VST_PATH=/path/to/vstsdk2.4 make'"; false)
g++ $(CXXFLAGS) $(VST_CXXFLAGS) $(VST_SRC) -lX11 -o$(PLUGIN_NAME)_vst.so
install-vst: $(PLUGIN_NAME)_vst.so
@@ -61,4 +60,4 @@ test: test-lv2 test-vst
all: $(PLUGIN_NAME)_lv2.so $(PLUGIN_NAME)_vst.so
-clean: clean-lv2 clean-vst \ No newline at end of file
+clean: clean-lv2 clean-vst