From c9f710290a8989b2a1b342832b7ec2a9a4beacad Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 11 Mar 2016 13:20:01 +0100 Subject: Remove superfluous check for VST_PATH --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3