diff options
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/w32api/lib/ddk/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/w32api/lib/directx/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index 090e2a797..63a62e022 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -160,7 +160,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} diff --git a/winsup/w32api/lib/ddk/Makefile.in b/winsup/w32api/lib/ddk/Makefile.in index 001cd24a7..4920b3f68 100644 --- a/winsup/w32api/lib/ddk/Makefile.in +++ b/winsup/w32api/lib/ddk/Makefile.in @@ -88,7 +88,7 @@ uninstall-libraries: $(need-DESTDIR-compatibility) uninstall-headers: $(need-DESTDIR-compatibility) for file in $(HEADERS); do \ - rm -r $(DESTDIR)${ddk_includedir}/$$file; \ + rm -f $(DESTDIR)${ddk_includedir}/$$file; \ done rmdir $(DESTDIR)${ddk_includedir} diff --git a/winsup/w32api/lib/directx/Makefile.in b/winsup/w32api/lib/directx/Makefile.in index 2970c5b0b..35cc21547 100644 --- a/winsup/w32api/lib/directx/Makefile.in +++ b/winsup/w32api/lib/directx/Makefile.in @@ -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} |