]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.inc
sys: commenting and tidying
[xonotic/darkplaces.git] / makefile.inc
index 2534cff705da601a3b61acbd5cb46d0c77557cf8..fc39741582424ff1b38354b9cf7f01f29f63949d 100644 (file)
@@ -126,7 +126,7 @@ OBJ_MENU= \
 # note that builddate.c is very intentionally not compiled to a .o before
 # being linked, because it should be recompiled every time an executable is
 # built to give the executable a proper date string
-OBJ_SV= builddate.c sys_unix.o vid_null.o thread_null.o $(OBJ_SND_NULL) $(OBJ_COMMON)
+OBJ_SV= builddate.c sys_null.o vid_null.o thread_null.o $(OBJ_SND_NULL) $(OBJ_COMMON)
 OBJ_SDL= builddate.c sys_sdl.o vid_sdl.o thread_sdl.o $(OBJ_MENU) $(OBJ_SND_COMMON) $(OBJ_SND_XMP) snd_sdl.o $(OBJ_VIDEO_CAPTURE) $(OBJ_COMMON)