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