diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-27 08:12:29 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-27 08:12:29 +0000 |
commit | 68a33eafc43aacb139ea21efbab91a5c2efe8069 (patch) | |
tree | 7ad1326436fc91fc11c91d990b496479b5273aca /libc/sysdeps/linux/powerpc | |
parent | f4551c6a62cf1bdd97d3153588d2b0278ee8c905 (diff) | |
download | uClibc-alpine-68a33eafc43aacb139ea21efbab91a5c2efe8069.tar.bz2 uClibc-alpine-68a33eafc43aacb139ea21efbab91a5c2efe8069.tar.xz |
Speed up clean target, don't recurse where possible, remove unneeded actions
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index 4c345c00f..393c215ba 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -87,4 +87,3 @@ headers: clean: $(RM) *.[oa] *~ core - $(RM) bits/sysnum.h |