diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-23 01:41:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-23 01:41:13 +0000 |
commit | 0ad517bb1503a06e0fbd793f5ea2f24948a9f404 (patch) | |
tree | 74523e41e1ae7892352726609a6de48979926617 /libc/sysdeps/linux | |
parent | 671d0dad5ce04fd243e8e3bda49f7e6be0ac1f94 (diff) |
Let system dependant things override common things.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index a8491980f..86b04eb40 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -23,7 +23,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak -DIRS = $(TARGET_ARCH) common +DIRS = common $(TARGET_ARCH) ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*) all: libc.a |