vega: remove redundant DEFINES from .c.o rule
[mesa.git] / src / gallium / state_trackers / vega / Makefile
index 037d8dc911aca6799fa9e1ff654c10f30b060e15..7f04b2aa8327a328e9a2614b2f2c9c87ee47481d 100644 (file)
@@ -53,7 +53,7 @@ INCLUDE_DIRS = \
 
 
 .c.o:
-       $(CC) -c $(INCLUDE_DIRS) $(DEFINES) $(CFLAGS) $< -o $@
+       $(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
 
 default: depend $(TOP)/$(LIB_DIR)/$(VG_LIB_NAME)