diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 01:09:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 01:09:59 -0400 |
commit | 7f991fe569fc0562c9d67b3a473f9a4dda8dbc4d (patch) | |
tree | a758411b1801383f766065affcb7911e3475c1e2 /build-aux/Makefile.each.head/00-am.mk | |
parent | 2abe0f2d527c7b3f6b97bd6519bf0e35a266ea68 (diff) |
speed up
Diffstat (limited to 'build-aux/Makefile.each.head/00-am.mk')
-rw-r--r-- | build-aux/Makefile.each.head/00-am.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/Makefile.each.head/00-am.mk b/build-aux/Makefile.each.head/00-am.mk index f8c20b7706..46cc20194d 100644 --- a/build-aux/Makefile.each.head/00-am.mk +++ b/build-aux/Makefile.each.head/00-am.mk @@ -1,5 +1,4 @@ -$(foreach v,$(foreach p,$(am.primaries),am.inst_$p am.noinst_$p am.check_$p),\ - $(eval $v ?=)) +$(eval $(foreach v,$(foreach p,$(am.primaries),am.inst_$p am.noinst_$p am.check_$p),$v ?=$(at.nl))) am.CFLAGS ?= am.CPPFLAGS ?= am.subdirs ?= |