From 5e15698777d5ee94d0e5e3334da2fbecb5fb93a1 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 6 Mar 2000 03:26:59 +0000 Subject: [PATCH] This is the fix I promised in my previous checkin. I hope it works, I have no means of testing it at the moment. --- qw_client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index 06e17e8..a3412cd 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -489,7 +489,7 @@ ifneq ($(TDFXQUAKE),) ALL_TDFX_SRC = $(GL_REND_SRC) \ gl_vidlinux_3dfx.c in_svgalib.c -ALL_TDFX_OBJS = $(patsubst %,$(BUILD_DIR)/%,$(addsuffix .@OBJEXT@,\ +ALL_TDFX_OBJS = $(patsubst %,$(BUILD_DIR)/gl/%,$(addsuffix .@OBJEXT@,\ $(basename $(ALL_TDFX_SRC) .c .s))) \ $(BUILD_DIR)/common_lib.a $(TARGET_DIR)/sound_lib.a