enforce setting subtarget so gtk2 gets named the correct thing in installs
This commit is contained in:
parent
3a8317fddb
commit
2cebe26058
9
Makefile
9
Makefile
|
@ -303,13 +303,8 @@ else
|
||||||
else
|
else
|
||||||
ifeq ($(TARGET),gtk2)
|
ifeq ($(TARGET),gtk2)
|
||||||
override TARGET := gtk
|
override TARGET := gtk
|
||||||
ifeq ($(origin NETSURF_GTK_MAJOR),undefined)
|
override NETSURF_GTK_MAJOR := 2
|
||||||
override NETSURF_GTK_MAJOR := 2
|
SUBTARGET = $(NETSURF_GTK_MAJOR)
|
||||||
else
|
|
||||||
ifneq ($(NETSURF_GTK_MAJOR),2)
|
|
||||||
SUBTARGET = $(NETSURF_GTK_MAJOR)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue