Rename filenames prone to include path conflicts

E.g. when used uninstalled as a submodule.
This commit is contained in:
Ole André Vadla Ravnås 2020-10-15 21:49:59 +02:00
parent 62cce2d421
commit bd4332733d
4 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -492,7 +492,7 @@ for v in $confvars ; do
fi
done
version=`head $source_path/VERSION`
version=`head $source_path/VERSION.txt`
echo "VERSION = $version" >> config.mak
echo "#define TCC_VERSION \"$version\"" >> $TMPH
echo "@set VERSION $version" > config.texi

2
tcc.h
View File

@ -319,7 +319,7 @@ extern long double strtold (const char *__nptr, char **__endptr);
/* -------------------------------------------- */
#include "libtcc.h"
#include "elf.h"
#include "tccelf.h"
#include "stab.h"
/* -------------------------------------------- */

View File