]> git.draconx.ca Git - cdecl99.git/commit
Avoid per-target CFLAGS (for now).
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 02:28:51 +0000 (21:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:58 +0000 (20:16 -0500)
commit782844a100ececaaa2026683f14a6bf56e42e319
tree3e88732df9fdb2c80d3a5427d3fda93b5be6fdc0
parent8751282db0a2cd057bd16ed74f4f38b6328146a4
Avoid per-target CFLAGS (for now).

There's no real reason to use per-target CFLAGS to specify $(GSL_CFLAGS)
only on libtest, as the flags will simply be harmless (and useless) on
other targets.  Set them globally and completely avoid the mess
resulting from the use of per-target flags.
Makefile.am