summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-12 15:30:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-12 15:30:49 +0000
commitaf1112c8d97830aa66715239e8d4f94811398ac6 (patch)
tree9bec85b094cc21920136c676462f2b98d06d9a92 /libc/misc
parent61885f3c4185f3aea2bd3b98f954935d221458e7 (diff)
Makefile update
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/assert/Makefile2
-rw-r--r--libc/misc/ctype/Makefile2
-rw-r--r--libc/misc/fnmatch/Makefile2
-rw-r--r--libc/misc/glob/Makefile2
-rw-r--r--libc/misc/internals/Makefile2
-rw-r--r--libc/misc/lsearch/Makefile2
-rw-r--r--libc/misc/regex/Makefile2
-rw-r--r--libc/misc/time/Makefile2
8 files changed, 8 insertions, 8 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
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 \