mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +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
|
||||
comptime.c ::
|
||||
ifdef WINDOWSHELL
|
||||
$(.)..\comptime.bat .
|
||||
-$(.)..\comptime.bat .
|
||||
else
|
||||
$(.)../comptime.sh .
|
||||
-$(.)../comptime.sh .
|
||||
endif
|
||||
|
||||
# I wish I could make dependencies out of rc files :(
|
||||
|
|
Loading…
Reference in a new issue