mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Caught a couple of things after a clean build on rh 7.3
This commit is contained in:
parent
cbc41d4332
commit
ce75913702
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1.2.1 2002/12/04 15:31:04 keithw Exp $
|
||||
# $Id: Makefile,v 1.1.2.2 2002/12/04 16:00:05 keithw Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 5.0
|
||||
|
|
@ -79,4 +79,4 @@ include $(C_SOURCES:.c=.d)
|
|||
.SUFFIXES: .c .d
|
||||
|
||||
.c.d:
|
||||
$(CC) -M $(INCLUDES) $< -o $@
|
||||
$(CC) -M $(INCLUDES) $< > $@
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ include $(SOURCES:.c=.d)
|
|||
.SUFFIXES: .c .d
|
||||
|
||||
.c.d:
|
||||
$(CC) -M $(INCLUDES) -DUSE_DRI=1 $< -o $@
|
||||
$(CC) -M $(INCLUDES) $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue