remove duplicate line

This commit is contained in:
Brian Paul 2003-03-29 17:07:03 +00:00
parent 6061df09a4
commit 1c455e4843
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.76 2003/03/29 17:01:02 brianp Exp $
# $Id: Makefile.X11,v 1.77 2003/03/29 17:07:03 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.0
@ -29,7 +29,6 @@ CORE_SOURCES = \
attrib.c \
blend.c \
bufferobj.c \
bufferobj.c \
buffers.c \
clip.c \
colortab.c \

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.76 2003/03/29 17:01:02 brianp Exp $
# $Id: Makefile.X11,v 1.77 2003/03/29 17:07:03 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.0
@ -29,7 +29,6 @@ CORE_SOURCES = \
attrib.c \
blend.c \
bufferobj.c \
bufferobj.c \
buffers.c \
clip.c \
colortab.c \