We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1829ae8 commit 7034a93Copy full SHA for 7034a93
Makefile
@@ -191,7 +191,7 @@ uninstall:
191
$(call echocmd," UNINST $(CFG_INST_DIR)/lcovrc")
192
$(RM) -f $(CFG_INST_DIR)/lcovrc
193
rmdir --ignore-fail-on-non-empty $(CFG_INST_DIR) || true
194
- rmdir --ignore-fail-on-non-empty $(PREFIX)$(DESTDIR) || true
+ rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX) || true
195
196
dist: lcov-$(VERSION).tar.gz lcov-$(VERSION)-$(RELEASE).noarch.rpm \
197
lcov-$(VERSION)-$(RELEASE).src.rpm
0 commit comments