cake
/
libg1m
Archived
1
0
Fork 0

Yup, corrected an uninstall fail.

This commit is contained in:
Thomas Touhey 2016-12-20 22:30:30 +01:00
parent 06bcd5ff71
commit 6eb3984700
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ uninstall-lib: $(CHECKCFG)
# Uninstall it
uninstall-cfgtool: $(CHECKCFG)
$(call rmsg,Uninstalling configuration tool.)
$(call qcmd,$(RM) "$(IBINDIR)/lib$(NAME)-config"
$(call qcmd,$(RM) "$(IBINDIR)/lib$(NAME)-config" "$(IPKGDIR)/lib$(NAME).pc")
.PHONY: install-cfgtool uninstall-cfgtool
#******************************************************************************#