diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-06 15:27:46 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-06 15:27:46 +0000 |
commit | fae403620c5c9329a78f5da5cd81b8f04f45a012 (patch) | |
tree | d76df713ba1323064ab83d319a54c7caf9572b9b /libc/sysdeps/linux/Makefile | |
parent | 80831beee1c1db87b63e15efdcbcd0ed4354c62f (diff) |
Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so
make clean works.
Diffstat (limited to 'libc/sysdeps/linux/Makefile')
-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 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)) |