summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso')
-rw-r--r--ldso/Makefile4
-rw-r--r--ldso/libdl/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 340ddfacb..07bf63241 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -43,9 +43,11 @@ include/dl-progname.h:
echo '#include "$(TARGET_ARCH)/elfinterp.c"' \
> include/dl-progname.h
-clean: subdirs_clean
+headers_clean:
$(RM) $(HEADERS)
+clean: subdirs_clean headers_clean
+
subdirs: $(patsubst %, _dir_%, $(DIRS))
subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS))
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile
index 8101b08e3..76149adbf 100644
--- a/ldso/libdl/Makefile
+++ b/ldso/libdl/Makefile
@@ -92,4 +92,4 @@ libdl_pic.o: libdl.c
$(STRIPTOOL) -x -R .note -R .comment $*.o
clean:
- $(RM) *.o *~ core *.a
+ $(RM) *.[oa] *~ core