diff options
Diffstat (limited to 'ldso/util')
-rw-r--r-- | ldso/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index dcd91dbaf..35c2dceab 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -74,5 +74,5 @@ ldd.target: ldd.c $(STRIPTOOL) -x -R .note -R .comment $@ clean: - rm -f $(TARGETS) *.o *~ core ./elf.h + rm -f $(TARGETS) *.o *~ core ./elf.h *.target |