Browse Source

vega: remove redundant DEFINES from .c.o rule

tags/mesa-7.9-rc1
Brian Paul 16 years ago
parent
commit
e799163dec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/state_trackers/vega/Makefile

+ 1
- 1
src/gallium/state_trackers/vega/Makefile View 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)


Loading…
Cancel
Save