diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 01:33:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 01:33:02 -0400 |
commit | 610d801297fe7e46c319e6da4e6571aaded630dd (patch) | |
tree | d27f6d077694b84ed9881c99b2894701932ca6e1 /build-aux/Makefile.each.head/00-am.mk | |
parent | 7648bff2717c24e9f5c90ec9e4588eda510aba9d (diff) |
more
Diffstat (limited to 'build-aux/Makefile.each.head/00-am.mk')
-rw-r--r-- | build-aux/Makefile.each.head/00-am.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.each.head/00-am.mk b/build-aux/Makefile.each.head/00-am.mk index 46cc20194d..dbd57445da 100644 --- a/build-aux/Makefile.each.head/00-am.mk +++ b/build-aux/Makefile.each.head/00-am.mk @@ -1,4 +1,4 @@ -$(eval $(foreach v,$(foreach p,$(am.primaries),am.inst_$p am.noinst_$p am.check_$p),$v ?=$(at.nl))) +$(eval $(foreach v,$(foreach p,$(am.primaries),am.sys_$p am.out_$p am.check_$p),$v ?=$(at.nl))) am.CFLAGS ?= am.CPPFLAGS ?= am.subdirs ?= |