mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 17:11:33 +00:00
Prevent comptime.* from failing compilation
This commit is contained in:
parent
82fb731cab
commit
9bfc82a14b
1 changed files with 2 additions and 2 deletions
|
@ -357,9 +357,9 @@ $(dbg).txt : $(dbg)
|
||||||
# this really updates comptime.h
|
# this really updates comptime.h
|
||||||
comptime.c ::
|
comptime.c ::
|
||||||
ifdef WINDOWSHELL
|
ifdef WINDOWSHELL
|
||||||
$(.)..\comptime.bat .
|
-$(.)..\comptime.bat .
|
||||||
else
|
else
|
||||||
$(.)../comptime.sh .
|
-$(.)../comptime.sh .
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# I wish I could make dependencies out of rc files :(
|
# I wish I could make dependencies out of rc files :(
|
||||||
|
|
Loading…
Reference in a new issue