Caught a couple of things after a clean build on rh 7.3

This commit is contained in:
Keith Whitwell 2002-12-04 16:00:05 +00:00
parent cbc41d4332
commit ce75913702
2 changed files with 3 additions and 3 deletions

View file

@ -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) $< > $@

View file

@ -36,4 +36,4 @@ include $(SOURCES:.c=.d)
.SUFFIXES: .c .d
.c.d:
$(CC) -M $(INCLUDES) -DUSE_DRI=1 $< -o $@
$(CC) -M $(INCLUDES) $< > $@