From: taniwha Date: Tue, 3 Oct 2000 04:00:34 +0000 (+0000) Subject: hopefully fix the 3dfx target X-Git-Tag: RELEASE_0_2_0_RC1~971 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7de69c09079d8820bdd9ce37fe287d0be6de0789;p=xonotic%2Fdarkplaces.git hopefully fix the 3dfx target git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@49 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index 8563f131..4793ba1e 100644 --- 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: