X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5a142737faacf1a56c8f57e032244ef66cc2f27e..04d7ddb9da330539a3026cd26b4ba6d0ee82a395:/stglibs/Makefile.in?ds=sidebyside diff --git a/stglibs/Makefile.in b/stglibs/Makefile.in index 8c97fae8..b768b163 100644 --- a/stglibs/Makefile.in +++ b/stglibs/Makefile.in @@ -58,7 +58,7 @@ deps: $(SRCS) ../../Makefile.conf @>deps ;\ for file in $(SRCS); do\ echo "$$file" | grep ".c$$" > /dev/null;\ - if [ $$? == 0 ];\ + if [ $$? -eq 0 ];\ then\ echo "`$(CC) $(CFLAGS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\ echo -e '\t$$(CC) $(CFLAGS) -c $$<' >> deps ;\