]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
hopefully fix the 3dfx target
authortaniwha <taniwha@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 3 Oct 2000 04:00:34 +0000 (04:00 +0000)
committertaniwha <taniwha@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 3 Oct 2000 04:00:34 +0000 (04:00 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@49 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 8563f13114adba09615ece032bfc1cc61e054172..4793ba1ec5d33dc2bc2226910baddfc07e56f4d0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ darkplaces-glx: $(OBJECTS) vid_glx.o
        gcc -o $@ $^ $(LDFLAGS)
 
 darkplaces-3dfx: $(OBJECTS) in_svgalib.o vid_3dfxsvga.o
-       gcc -o $@ $^ $(LIBS)
+       gcc -o $@ $^ $(LDFLAGS)
 
 
 clean: