]> git.lyx.org Git - features.git/commit
Make monolithic build code portable to Mac OS
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Apr 2016 16:27:42 +0000 (18:27 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Apr 2016 16:20:06 +0000 (18:20 +0200)
commit0576973b8de3720e4e5415cc101f87787df89b0e
tree981ba4929a5a1daabeda292fe5357046f19bca49
parent9f04fc1c90b53d04ac884f75d10d74a5ebab6624
Make monolithic build code portable to Mac OS

"echo -e" is definitely not portable. Use a plain loop instead.

Also use the automake silent rule mechanism to make the generation of monolithic source files visible.
src/Makefile.am
src/client/Makefile.am
src/frontends/qt4/Makefile.am
status.22x