summaryrefslogtreecommitdiff
path: root/test/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-18 23:38:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-18 23:38:13 +0000
commit9b7d191055ade5069c6325fa857e007b4c658b14 (patch)
tree3546e12e3453e15508dbdfbec0a940e3e3de0647 /test/stdlib
parenta6a89eb4477289063cb9ef1cc414b9e748f877f9 (diff)
More updates. Implement strsignal. Add pwd_grp tests
Diffstat (limited to 'test/stdlib')
-rw-r--r--test/stdlib/Makefile2
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; \