From fae403620c5c9329a78f5da5cd81b8f04f45a012 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 6 Mar 2001 15:27:46 +0000 Subject: Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so make clean works. --- 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 86b04eb40..cc85504e2 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -32,7 +32,7 @@ libc.a: subdirs tags: ctags -R - + clean: subdirs_clean subdirs: $(patsubst %, _dir_%, $(DIRS)) -- cgit v1.2.3