mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
vega: remove redundant DEFINES from .c.o rule
This commit is contained in:
parent
f027d56129
commit
e799163dec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue