diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-25 11:14:15 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-25 11:14:29 +0000 |
commit | 42f325a87c336211ebb3ebcafc9130eff10cee93 (patch) | |
tree | 411b64cb392f6d17ef0486a5b30134080d5e5248 /src/sna/brw/Makefile.am | |
parent | 4c4458e8a30920d065ca5db5d3ca3cc49454b869 (diff) |
sna: Keep @NOWARNFLAGS@ last
As the last option overrides the earlier options, make sure these
particular overrides always take effect by adding them last.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/brw/Makefile.am')
-rw-r--r-- | src/sna/brw/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sna/brw/Makefile.am b/src/sna/brw/Makefile.am index 61deb715..38056468 100644 --- a/src/sna/brw/Makefile.am +++ b/src/sna/brw/Makefile.am @@ -29,7 +29,6 @@ AM_CFLAGS = \ @XORG_CFLAGS@ \ @UDEV_CFLAGS@ \ @DRM_CFLAGS@ \ - @NOWARNFLAGS@ \ $(NULL) if DEBUG @@ -58,3 +57,5 @@ brw_test_SOURCES = \ brw_test_LDADD = \ libbrw.la \ $(NULL) + +AM_CFLAGS += @NOWARNFLAGS@ |