From 954fd278b8eb055e36597911266bcccab8d9c620 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 May 2017 22:34:28 +0100 Subject: [PATCH] Fix typos --- plugins/3BandEQ/Makefile | 2 +- plugins/3BandSplitter/Makefile | 2 +- plugins/AmplitudeImposer/Makefile | 2 +- plugins/CycleShifter/Makefile | 2 +- plugins/Kars/Makefile | 2 +- plugins/MVerb/Makefile | 2 +- plugins/Nekobi/Makefile | 2 +- plugins/PingPongPan/Makefile | 2 +- plugins/ProM/Makefile | 2 +- plugins/SoulForce/Makefile | 2 +- plugins/bitcrush/Makefile | 2 +- plugins/freeverb/Makefile | 2 +- plugins/gigaverb/Makefile | 2 +- plugins/glBars/Makefile | 2 +- plugins/pitchshift/Makefile | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index bd78d38..768eb2d 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index affe4b5..fe47df3 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/AmplitudeImposer/Makefile b/plugins/AmplitudeImposer/Makefile index 498a7e9..7ad4f12 100644 --- a/plugins/AmplitudeImposer/Makefile +++ b/plugins/AmplitudeImposer/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/CycleShifter/Makefile b/plugins/CycleShifter/Makefile index 2a487ee..2a4c199 100644 --- a/plugins/CycleShifter/Makefile +++ b/plugins/CycleShifter/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/Kars/Makefile b/plugins/Kars/Makefile index cddecfd..47f5285 100644 --- a/plugins/Kars/Makefile +++ b/plugins/Kars/Makefile @@ -50,7 +50,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/MVerb/Makefile b/plugins/MVerb/Makefile index 35939b5..9fa8344 100644 --- a/plugins/MVerb/Makefile +++ b/plugins/MVerb/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index 8121485..7ae1f38 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -50,7 +50,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index 3ef86d4..b48e017 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/ProM/Makefile b/plugins/ProM/Makefile index 0789958..2037cf5 100644 --- a/plugins/ProM/Makefile +++ b/plugins/ProM/Makefile @@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2 endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/SoulForce/Makefile b/plugins/SoulForce/Makefile index e616a66..0073728 100644 --- a/plugins/SoulForce/Makefile +++ b/plugins/SoulForce/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/bitcrush/Makefile b/plugins/bitcrush/Makefile index 7804e48..cd565ea 100644 --- a/plugins/bitcrush/Makefile +++ b/plugins/bitcrush/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/freeverb/Makefile b/plugins/freeverb/Makefile index 9fdb73e..150d68b 100644 --- a/plugins/freeverb/Makefile +++ b/plugins/freeverb/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/gigaverb/Makefile b/plugins/gigaverb/Makefile index 199a7fa..0141a0f 100644 --- a/plugins/gigaverb/Makefile +++ b/plugins/gigaverb/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/glBars/Makefile b/plugins/glBars/Makefile index 0b0b43d..ecdd468 100644 --- a/plugins/glBars/Makefile +++ b/plugins/glBars/Makefile @@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2 endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/pitchshift/Makefile b/plugins/pitchshift/Makefile index fce5eed..d652930 100644 --- a/plugins/pitchshift/Makefile +++ b/plugins/pitchshift/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif