1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2024-12-23 12:36:51 +03:00

remove stray tab in hts makefile to fix amigaos3 build

This commit is contained in:
Vincent Sanders 2021-01-17 22:03:17 +00:00
parent 8a2c5bd3ed
commit ed5076421f

View File

@ -106,7 +106,7 @@ else
else else
ifeq ($(TARGET),amigaos3) ifeq ($(TARGET),amigaos3)
override TARGET := amiga override TARGET := amiga
SUBTARGET = os3 SUBTARGET = os3
endif endif
endif endif
endif endif