From 0ad517bb1503a06e0fbd793f5ea2f24948a9f404 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 23 Feb 2001 01:41:13 +0000 Subject: Let system dependant things override common things. --- libc/sysdeps/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/Makefile') 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 -- cgit v1.2.3