summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2001-11-23 20:43:32 +0000
committerBrian Paul <[email protected]>2001-11-23 20:43:32 +0000
commit0a96860e0429be4f3bd9c56db23a82cde0e50f16 (patch)
treef851b81d7cab905ca7f921a4048ca8d3210cb9a3 /src/mesa/Makefile.X11
parent37b10249e510e4a8decdb367e99ae4b02cdb9426 (diff)
attempted fix for bug 474479
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X118
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 6d13089aa18..6e44afe0a45 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.58 2001/09/23 16:11:26 brianp Exp $
+# $Id: Makefile.X11,v 1.58.2.1 2001/11/23 20:43:32 brianp Exp $
# Mesa 3-D graphics library
-# Version: 4.0
+# Version: 4.0.1
# Copyright (C) 1995-2001 Brian Paul
# Makefile for core library
@@ -279,7 +279,9 @@ X86/matypes.h: mtypes.h tnl/t_context.h X86/gen_matypes.c
./X86/gen_matypes > X86/matypes.h
rm -f X86/gen_matypes X86/*.o
-$(ASM_SOURCES): X86/matypes.h
+# We have X86/matypes.h depend on X86/matypes.h so that if ASM_SOURCES
+# is empty we don't get an invalid Makefile.
+$(ASM_SOURCES) X86/matypes.h: X86/matypes.h
GGI/ggimesa.o: GGI/ggimesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@