diff options
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index d196661..4c4a42d 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -870,13 +870,6 @@ ifeq ($(ARCH),x86) endif ifeq ($(ARCH),x86_64) Q3OBJ += $(B)/client/vm_x86_64.o - - #FIXME: why do these need to be here? - Q3OBJ += \ - $(B)/client/snd_mixa.o \ - $(B)/client/matha.o \ - $(B)/client/ftola.o \ - $(B)/client/snapvectora.o endif ifeq ($(ARCH),ppc) |