summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
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/sysdeps/linux
parent61885f3c4185f3aea2bd3b98f954935d221458e7 (diff)
Makefile update
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
-rw-r--r--libc/sysdeps/linux/i386/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 973531d98..6ab1ff90b 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -22,7 +22,7 @@
# respective copyright holders.
TOPDIR=../../../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
#The file makefile.objs defines $(COBJS)
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile
index b91986b0b..e4df92b8f 100644
--- a/libc/sysdeps/linux/i386/Makefile
+++ b/libc/sysdeps/linux/i386/Makefile
@@ -21,7 +21,7 @@
# respective copyright holders.
TOPDIR=../../../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
ASFLAGS=$(CFLAGS)