diff options
author | John-Mark Bell <jmb@netsurf-browser.org> | 2014-11-16 10:34:25 +0000 |
---|---|---|
committer | John-Mark Bell <jmb@netsurf-browser.org> | 2014-11-16 10:34:25 +0000 |
commit | 133ed86e2eaf28190e2f06301be5d8d086030aea (patch) | |
tree | f5bd802901b78fbef697af4427eb4cb14dbc23bb | |
parent | 554c4595b3a6161fa3ae55b8d1433d5b5ee5f594 (diff) | |
download | libwapcaplet-133ed86e2eaf28190e2f06301be5d8d086030aea.tar.gz |
Fix up for new buildsystem
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs # BeOS/Haiku standard library headers issue warnings -ifneq ($(TARGET),beos) +ifneq ($(BUILD),i586-pc-haiku) WARNFLAGS := $(WARNFLAGS) -Werror endif CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \ |