]> 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)
committerRichard Heck <rgheck@lyx.org>
Wed, 15 Jun 2016 21:32:52 +0000 (22:32 +0100)
commit9fc27f6bb7a799bc31cae673b9f24221e21f1e7b
tree79732a7c02e72c3e686e9c0ed200de3dd0836768
parenta81b030aeed854bfd75f6343d49a44ec853653c3
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