diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 06:18:18 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 07:43:55 -0500 |
commit | ad2a38ab4ae5d542206527dfa59a333352ea99ce (patch) | |
tree | 0d37160a7b7d2c56872bdcaa5a9ec000d8845c3e /Makefile.am.common | |
parent | 809fcf4ea75bd8609b608750ff301f363c18d92e (diff) | |
download | portable-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.common | 4 |
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 @@ | |||
1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 1 | AM_CFLAGS = -I$(top_srcdir)/include |
2 | AM_CPPFLAGS += -DLIBRESSL_INTERNAL | 2 | AM_CPPFLAGS = -DLIBRESSL_INTERNAL |