From 2cebe260582e646252052209d61fb78513566046 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 3 Dec 2019 17:45:16 +0000 Subject: enforce setting subtarget so gtk2 gets named the correct thing in installs --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 166bf81a0..f8b5e9ca4 100644 --- a/Makefile +++ b/Makefile @@ -303,13 +303,8 @@ else else ifeq ($(TARGET),gtk2) override TARGET := gtk - ifeq ($(origin NETSURF_GTK_MAJOR),undefined) - override NETSURF_GTK_MAJOR := 2 - else - ifneq ($(NETSURF_GTK_MAJOR),2) - SUBTARGET = $(NETSURF_GTK_MAJOR) - endif - endif + override NETSURF_GTK_MAJOR := 2 + SUBTARGET = $(NETSURF_GTK_MAJOR) endif endif endif -- cgit v1.2.3