Makefile: do not delete capstone.pc.in

This commit is contained in:
Nguyen Anh Quynh 2017-05-05 09:46:46 +08:00
parent 6cd1ab12a8
commit cbc1c038de
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,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