gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h

This commit is contained in:
Sam Lantinga
2009-10-11 06:42:20 +00:00
parent a58f375b9d
commit 6bd4c6aa77

View File

@@ -3,6 +3,9 @@
echo "Generating build information using autoconf"
echo "This may take a while ..."
# Generate SDL_revision.h
sh build-scripts/updaterev.sh
# Regenerate configuration files
cat acinclude/* >aclocal.m4
found=false