Makefile: do not delete capstone.pc.in

This commit is contained in:
Nguyen Anh Quynh 2017-05-05 09:46:46 +08:00
parent 5b92f8c1da
commit a3c6eca59a

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