removed AM_CFLAGS= $(PTHREAD_CFLAGS)" from lib/awk/Makefile.am

This commit is contained in:
hyung-hwan 2019-05-09 14:08:14 +00:00
parent bd95bb3d2b
commit a6267135ba
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = nostdinc AUTOMAKE_OPTIONS = nostdinc
AM_CFLAGS = $(PTHREAD_CFLAGS) ##AM_CFLAGS = $(PTHREAD_CFLAGS)
CPPFLAGS_ALL_COMMON = \ CPPFLAGS_ALL_COMMON = \
-I$(top_builddir)/include \ -I$(top_builddir)/include \

View File

@ -498,7 +498,6 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = nostdinc AUTOMAKE_OPTIONS = nostdinc
AM_CFLAGS = $(PTHREAD_CFLAGS)
CPPFLAGS_ALL_COMMON = \ CPPFLAGS_ALL_COMMON = \
-I$(top_builddir)/include \ -I$(top_builddir)/include \
-I$(top_srcdir)/include -I$(top_srcdir)/include