summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-02 10:39:39 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-12-02 10:39:39 +0000
commit2c953cdf97171ab84e2756f59073839ea20ca74c (patch)
tree692c2dc595c4f6647252f4a120bf37a8a6eb5e02 /frontends
parentb9cb2cab0bf34f34dfcfb3b59fa659a41ed7c54c (diff)
downloadnetsurf-2c953cdf97171ab84e2756f59073839ea20ca74c.tar.gz
netsurf-2c953cdf97171ab84e2756f59073839ea20ca74c.tar.bz2
Buildsystem: GTK: Change gtk target to gtk2, which builds nsgtk2.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/gtk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index ae2e856ab..ec9889ea0 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -59,13 +59,7 @@ LDFLAGS += -lm
NSGTK_RESOURCES_DIR := $(FRONTEND_RESOURCES_DIR)
# The gtk binary target.
-ifeq ($(NETSURF_GTK_MAJOR),2)
- # gtk2 builds have no major suffix
- EXETARGET := nsgtk
-else
- # gtk3 and later builds use the major version suffix
- EXETARGET := nsgtk$(NETSURF_GTK_MAJOR)
-endif
+EXETARGET := nsgtk$(NETSURF_GTK_MAJOR)
# The filter and target for split messages
MESSAGES_FILTER=gtk