diff options
Diffstat (limited to 'libc/misc/glob')
-rw-r--r-- | libc/misc/glob/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/glob/Makefile b/libc/misc/glob/Makefile index 62eac1ef0..83f9383c6 100644 --- a/libc/misc/glob/Makefile +++ b/libc/misc/glob/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=glob.c |