diff --git a/src/Makefile b/src/Makefile index c1aa35742..e24d301bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 :(