Makefile: do not delete capstone.pc.in

This commit is contained in:
Nguyen Anh Quynh 2017-05-05 09:46:46 +08:00
parent 079d94d7f0
commit f4c5d5ef3c

View File

@ -397,7 +397,7 @@ uninstall:
clean:
rm -f $(LIBOBJ)
rm -f $(BLDIR)/lib$(LIBNAME).* $(BLDIR)/$(LIBNAME).*
rm -f $(BLDIR)/lib$(LIBNAME).* $(BLDIR)/$(LIBNAME).pc
rm -f $(PKGCFGF)
$(MAKE) -C cstool clean