uninstall generic config for distcheck

This commit is contained in:
toddouska
2013-01-15 13:21:26 -08:00
parent 4567e05851
commit 9053a8c0ec

View File

@@ -105,6 +105,9 @@ install-generic-config:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(mkinstalldirs) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) @GENERIC_CONFIG@ $(DESTDIR)$(bindir) $(INSTALL_SCRIPT) @GENERIC_CONFIG@ $(DESTDIR)$(bindir)
uninstall-local:
-rm -f $(DESTDIR)$(bindir)/@GENERIC_CONFIG@
merge-clean: merge-clean:
@find ./ | $(GREP) \.gcda | xargs rm -f @find ./ | $(GREP) \.gcda | xargs rm -f
@find ./ | $(GREP) \.gcno | xargs rm -f @find ./ | $(GREP) \.gcno | xargs rm -f