Skip to content

Commit 7034a93

Browse files
authored
Makefile: Fix "make uninstall" (#344)
Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 1829ae8 commit 7034a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ uninstall:
191191
$(call echocmd," UNINST $(CFG_INST_DIR)/lcovrc")
192192
$(RM) -f $(CFG_INST_DIR)/lcovrc
193193
rmdir --ignore-fail-on-non-empty $(CFG_INST_DIR) || true
194-
rmdir --ignore-fail-on-non-empty $(PREFIX)$(DESTDIR) || true
194+
rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX) || true
195195

196196
dist: lcov-$(VERSION).tar.gz lcov-$(VERSION)-$(RELEASE).noarch.rpm \
197197
lcov-$(VERSION)-$(RELEASE).src.rpm

0 commit comments

Comments
 (0)