summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
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