From af1112c8d97830aa66715239e8d4f94811398ac6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Oct 2000 15:30:49 +0000 Subject: Makefile update --- libc/misc/assert/Makefile | 2 +- libc/misc/ctype/Makefile | 2 +- libc/misc/fnmatch/Makefile | 2 +- libc/misc/glob/Makefile | 2 +- libc/misc/internals/Makefile | 2 +- libc/misc/lsearch/Makefile | 2 +- libc/misc/regex/Makefile | 2 +- libc/misc/time/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libc/misc') 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 diff --git a/libc/misc/ctype/Makefile b/libc/misc/ctype/Makefile index 7c5d5fae6..216855544 100644 --- a/libc/misc/ctype/Makefile +++ b/libc/misc/ctype/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=ctype.c diff --git a/libc/misc/fnmatch/Makefile b/libc/misc/fnmatch/Makefile index 6241cdac8..3ee0d1d02 100644 --- a/libc/misc/fnmatch/Makefile +++ b/libc/misc/fnmatch/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=fnmatch.c 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 diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index eb4e61ac8..3bddcfdc1 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=itoa.c ltoa.c ltostr.c diff --git a/libc/misc/lsearch/Makefile b/libc/misc/lsearch/Makefile index 604207226..5a0fb60a6 100644 --- a/libc/misc/lsearch/Makefile +++ b/libc/misc/lsearch/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=lsearch.c diff --git a/libc/misc/regex/Makefile b/libc/misc/regex/Makefile index 7289186f7..8480c650e 100644 --- a/libc/misc/regex/Makefile +++ b/libc/misc/regex/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=rx.c diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index e5387a56a..aac0d7762 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=localtime.c gmtime.c asctime.c ctime.c asc_conv.c tm_conv.c mktime.c \ -- cgit v1.2.3