diff options
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r-- | test/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index d33f3f6ca..0140739d7 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -1,5 +1,5 @@ TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak # Check if 'ls -sh' works or not LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \ |