diff options
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index a78ecf8f9..7962fabdb 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -20,6 +20,9 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. +TOPDIR=../../ +include $(TOPDIR)Rules.mak + DIRS = $(ARCH) common all: libc.a |