]> git.draconx.ca Git - cdecl99.git/commitdiff
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)
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.


No differences found