aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.common
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-22 06:18:18 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-22 07:43:55 -0500
commitad2a38ab4ae5d542206527dfa59a333352ea99ce (patch)
tree0d37160a7b7d2c56872bdcaa5a9ec000d8845c3e /Makefile.am.common
parent809fcf4ea75bd8609b608750ff301f363c18d92e (diff)
downloadportable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.tar.gz
portable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.tar.bz2
portable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.zip
rework CFLAGS/CPPFLAGS settings during configuration
Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
Diffstat (limited to 'Makefile.am.common')
-rw-r--r--Makefile.am.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.common b/Makefile.am.common
index af20a0f..7a25d09 100644
--- a/Makefile.am.common
+++ b/Makefile.am.common
@@ -1,2 +1,2 @@
1AM_CPPFLAGS = -I$(top_srcdir)/include 1AM_CFLAGS = -I$(top_srcdir)/include
2AM_CPPFLAGS += -DLIBRESSL_INTERNAL 2AM_CPPFLAGS = -DLIBRESSL_INTERNAL