From 62d48f29bb1ae6d13983bc0c324a700e4ac28dec Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sat, 4 Jul 2020 14:09:35 +0000 Subject: [PATCH] Rename sys_linux.c to sys_unix.c, which is more accurate. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12783 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.inc | 2 +- sys_linux.c => sys_unix.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sys_linux.c => sys_unix.c (100%) diff --git a/makefile.inc b/makefile.inc index 8aedf07a..d35e6bdc 100644 --- a/makefile.inc +++ b/makefile.inc @@ -179,7 +179,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_linux.o vid_null.o thread_null.o $(OBJ_SND_NULL) $(OBJ_COMMON) +OBJ_SV= builddate.c sys_unix.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) diff --git a/sys_linux.c b/sys_unix.c similarity index 100% rename from sys_linux.c rename to sys_unix.c -- 2.39.2