added -I. to .S.o rule
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 22:18:03 +0000 (22:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 22:18:03 +0000 (22:18 +0000)
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11

index d156a4c41b3613ca39e9e786e79d5e30cc1af685..8ea152369cb7ff38d481153b2a8a29c8621706cc 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.14 2000/01/23 17:48:16 brianp Exp $
+# $Id: Makefile.X11,v 1.15 2000/01/28 22:18:03 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -125,8 +125,7 @@ DRIVER_SOURCES = \
        FX/fxtexman.c \
        FX/fxtrifuncs.c \
        FX/fxvsetup.c \
-       FX/fxglidew.c 
-#      GGI/ggimesa.c
+       FX/fxglidew.c
 
 ASM_SOURCES = 
 
@@ -144,7 +143,7 @@ OBJECTS = $(ASM_SOURCES:.S=.o) \
        $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
 
 .S.o:
-       $(CC) -c $(CFLAGS) $< -o $@
+       $(CC) -c -I. $(CFLAGS) $< -o $@
 
 
 # UGH! These rules shouldn't be needed but IRIX's make (and others?) needs them
index d156a4c41b3613ca39e9e786e79d5e30cc1af685..8ea152369cb7ff38d481153b2a8a29c8621706cc 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.14 2000/01/23 17:48:16 brianp Exp $
+# $Id: Makefile.X11,v 1.15 2000/01/28 22:18:03 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -125,8 +125,7 @@ DRIVER_SOURCES = \
        FX/fxtexman.c \
        FX/fxtrifuncs.c \
        FX/fxvsetup.c \
-       FX/fxglidew.c 
-#      GGI/ggimesa.c
+       FX/fxglidew.c
 
 ASM_SOURCES = 
 
@@ -144,7 +143,7 @@ OBJECTS = $(ASM_SOURCES:.S=.o) \
        $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
 
 .S.o:
-       $(CC) -c $(CFLAGS) $< -o $@
+       $(CC) -c -I. $(CFLAGS) $< -o $@
 
 
 # UGH! These rules shouldn't be needed but IRIX's make (and others?) needs them