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 87e69b4ea..06de2df7e 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -95,6 +95,6 @@ ldd.target: ldd.c $(STRIPTOOL) -x -R .note -R .comment $@ clean: - rm -f $(TARGETS) *.o *~ core *.target elf.h + $(RM) $(TARGETS) *.o *~ core *.target elf.h readelf.c readsoname.c ldconfig.c ldd.c: headers |