diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-08 19:11:49 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-08 19:17:52 +0300 |
commit | 049bef7dc8858cff1b69002cde91b9d1cdef8e70 (patch) | |
tree | c7f88bc3003d96251e37a199c78e962fed27f74c /Makefile | |
parent | f0e725ab762fa62e20b4dac7384b0859626a266f (diff) | |
download | haskell-049bef7dc8858cff1b69002cde91b9d1cdef8e70.tar.gz |
rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s'
The changes look like:
-$1/$2/build/%.$$($3_way_)s : $1/%.c $$(LAX_DEPS_FOLLOW) $$$$($1_$2_HC_DEP)
+$1/$2/build/%.$$($3_ssuf) : $1/%.c $$(LAX_DEPS_FOLLOW) $$$$($1_$2_HC_DEP)
This way typos will manifest themselves in all ways,
not only non-vanilla.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions