xf86-video-intel: Branch 'xf86-video-intel-2.3-branch' - src/Makefile.am

Zhenyu Wang zhen at kemper.freedesktop.org
Sun Apr 13 02:45:09 PDT 2008


 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d0b74d0bafbd1b668f7e4a1b4ce3237e182a42f
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Apr 11 11:22:29 2008 -0700

    Revert "remove '#line NUM ...' in macro process"
    
    This reverts commit f47486fab3dffcbb03e7ad89f777abba1e887299.
    
    Sorry for failing to push the #line processing changes to intel-gen4asm;
    those are now pushed, so this change should no longer be necessary. Having
    correct file name and line numbers in the error messages is awfully nice
    though.
    (cherry picked from commit da85d1b822dcb31698e9c5ab85a7bb27ad745eee)

diff --git a/src/Makefile.am b/src/Makefile.am
index c4cfff9..1b11330 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -182,7 +182,7 @@ if HAVE_GEN4ASM
 
 SUFFIXES = .g4a .g4b
 .g4a.g4b:
-	m4 $*.g4a > $*.g4m && intel-gen4asm -o $@ $*.g4m && rm $*.g4m
+	m4 -s $*.g4a > $*.g4m && intel-gen4asm -o $@ $*.g4m && rm $*.g4m
 
 $(INTEL_G4B): $(INTEL_G4I)
 


More information about the xorg-commit mailing list