Correct misused 'rm -r' command in uninstall rules.

This commit is contained in:
Keith Marshall
2012-01-16 20:37:25 +00:00
parent ec54dd65e2
commit d409f31ff3
4 changed files with 11 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ uninstall-libraries: $(need-DESTDIR-compatibility)
uninstall-headers: $(need-DESTDIR-compatibility)
for file in $(HEADERS); do \
rm -r $(DESTDIR)${inst_includedir}/$$file; \
rm -f $(DESTDIR)${inst_includedir}/$$file; \
done
rmdir $(DESTDIR)${inst_includedir}