diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-14 23:40:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-14 23:40:41 -0500 |
commit | 33ab91cdc94926977f921c3a741df80d66ba6de9 (patch) | |
tree | 4928ffd56b004ab8610bc6367c0979468f90152f /build-aux | |
parent | 5d19bb24a1a2d743aa3e32386da759c7771758fe (diff) |
gnuconf: Was missing CPPFLAGS
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.once.head/10-gnuconf.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/10-gnuconf.mk b/build-aux/Makefile.once.head/10-gnuconf.mk index a4b7696..e24dfa1 100644 --- a/build-aux/Makefile.once.head/10-gnuconf.mk +++ b/build-aux/Makefile.once.head/10-gnuconf.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Luke Shumaker +# Copyright (C) 2016-2017 Luke Shumaker # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -101,6 +101,8 @@ TEXI2DVIFLAGS ?= YACC ?= yacc YFLAGS ?= # YFLAGS instead of YACCFLAGS +CPPFLAGS ?= + LN_S ?= ln -s # TODO[2] CHGRP ?= chgrp |