radeon: fix warnings in wrapper with libdrm
[mesa.git] / src / mesa / x86-64 / Makefile
index 252218ca86b831bb79747fab19196bca93952062..9c3e9d2adf81f032844df77cf0faecc8f170eeff 100644 (file)
@@ -19,11 +19,11 @@ INCLUDE_DIRS = \
 default: matypes.h
 
 clean:
-       rm -f matypes.h
+       -rm -f matypes.h
 
 
 # need some special rules here, unfortunately
 matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
-       ../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.h
+       ../x86/gen_matypes > matypes.h
 
 xform4.o: matypes.h