From fd6722ac69f72bc4783675f055ab567a9902c713 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 8 Feb 2014 01:14:19 +0000 Subject: Makefile: do not clobber NOSTD_CFLAGS from configure This was breaking the Debian kFreeBSD build --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8554281..8a9c952 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,9 +96,9 @@ mog_src += yield.c LDADD = $(LIBINTL) $(top_builddir)/lib/libgnu.a libnostd.a $(LIB_CLOCK_GETTIME) noinst_LIBRARIES = libnostd.a -NOSTD_CFLAGS = -include $(top_builddir)/$(CONFIG_HEADER) +nostd_include = -include $(top_builddir)/$(CONFIG_HEADER) libnostd_a_SOURCES = nostd/setproctitle.c nostd/setproctitle_noop.c -libnostd_a_CFLAGS = $(AM_CFLAGS) $(NOSTD_CFLAGS) +libnostd_a_CFLAGS = $(AM_CFLAGS) $(nostd_include) $(NOSTD_CFLAGS) RLFLAGS = -G2 -e RAGEL = ragel -- cgit v1.2.3-24-ge0c7