summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-17 13:09:01 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-17 13:09:01 +0000
commitd965f80088fafaacfd33d0b0770724f4fbcbe6e5 (patch)
tree6d5902571ac44825bb548d6bf692d639550525a6 /ldso/Makefile
parent8d15864f26d7eb45b00dd6150e29c1179c748834 (diff)
Fix make clean rule.
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 802d4563a..f660d7da8 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -51,5 +51,5 @@ headers: include/dl-progname.h
clean:
set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
-find . -name '*~' | xargs $(RM)
- $(RM) include/elf.h include/boot1_arch.h include/ld_syscalls.h \
- include/ld_sysdep.h include/dl-progname.h
+ $(RM) include/elf.h include/dl-startup.h include/dl-syscalls.h \
+ include/dl-sysdep.h include/dl-progname.h