summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-14 14:55:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-14 14:55:04 +0000
commit3284b5ddbae2792dd008c27bda55d2c7a18f3f24 (patch)
tree7ce65bb57f305f94d3e8350c12788e8041b514b6 /src/mesa/Makefile.X11
parentf19cba049d7af1824ddc0236e4ff1e910d6002a7 (diff)
removed references to fx_regoff.h and fx_gen_regoff.c
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X118
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 84a4f1d4ef3..56d2fe524eb 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
+# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -210,11 +210,7 @@ FX/fxvsetup.o: FX/fxvsetup.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxglidew.o: FX/fxglidew.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
-FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S FX/X86/fx_regoff.h
-FX/X86/fx_regoff.h: FX/X86/fx_gen_regoff
- $< > $@
-FX/X86/fx_gen_regoff : FX/X86/fx_gen_regoff.c
- $(CC) -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S
GGI/ggimesa.o: GGI/ggimesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
X86/x86.o: X86/x86.c