summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:45 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:45 +0000
commit89d2f69de32d615cc924fa235b17880eb8c8a831 (patch)
tree9b38cfe59920caa7de24759a4f59ec30a9407a36 /Makefile
parent36abd984e886ab9e1c953410516d20e2bf2d48c6 (diff)
downloadnsgenbind-89d2f69de32d615cc924fa235b17880eb8c8a831.tar.gz
nsgenbind-89d2f69de32d615cc924fa235b17880eb8c8a831.tar.bz2
Fix up for new buildsystem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a771172..d0aea4f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs
# BeOS/Haiku/AmigaOS have standard library errors that issue warnings.
-ifneq ($(TARGET),beos)
- ifneq ($(TARGET),amiga)
+ifneq ($(BUILD),i586-pc-haiku)
+ ifneq ($(findstring amigaos,$(BUILD)),amigaos)
# WARNFLAGS := $(WARNFLAGS) -Werror
endif
endif