Fix wrong version after sys/build.sh (#7305)

Delete libr/include/r_version.h in distclean mrproper target so it will
be generated again with the current data
This commit is contained in:
C. Balles 2017-04-18 14:43:26 +02:00 committed by radare
parent 13c91127af
commit 1b731caedf

View File

@ -163,7 +163,7 @@ distclean mrproper:
rm -f libr/libr.a
for DIR in libr binr shlr ; do ( cd "$$DIR" ; ${MAKE} mrproper) ; done
rm -f config-user.mk plugins.cfg libr/config.h
rm -f libr/include/r_userconf.h libr/config.mk
rm -f libr/include/r_userconf.h libr/include/r_version.h libr/config.mk
rm -f pkgcfg/*.pc
pkgcfg: