mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
We really should not have this version number in SO many makefiles. This should also probably change to svn instead of cvs, but leaving it for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
080d6872f3
commit
10c66c3b84
@ -14,7 +14,7 @@ ifdef BUILD_FOR_WEBSITE
|
||||
PROJ_OBJ_DIR = .
|
||||
DOXYGEN = doxygen
|
||||
# Extract version number from the AC_INT line in configure.ac
|
||||
# AC_INIT([[llvm]],[[2.0cvs]],[llvmbugs@cs.uiuc.edu])
|
||||
# AC_INIT([[llvm]],[[2.1cvs]],[llvmbugs@cs.uiuc.edu])
|
||||
PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/[^,]*,[[][[]//' -e 's/]],.*//')
|
||||
$(warning VERSION=$(VERSION))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user