diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-15 13:03:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:07:01 -0500 |
commit | ee9108e11b6ebcf360a9d844aaa54e3a033e6f41 (patch) | |
tree | d027d9c6b3cf32c777277fa4da31d21c22beb74b | |
parent | db903b0bed69436995aa703de4c8928574582086 (diff) | |
download | samba-ee9108e11b6ebcf360a9d844aaa54e3a033e6f41.tar.gz samba-ee9108e11b6ebcf360a9d844aaa54e3a033e6f41.tar.bz2 samba-ee9108e11b6ebcf360a9d844aaa54e3a033e6f41.zip |
r15619: use source/version.h again
I have removed the old files from the unpacked area,
so we should not get any problems on the build farm
metze
(This used to be commit a54f9a4fa83afb66d95ee8488c6aa02f4d92d74b)
-rwxr-xr-x | source4/script/mkversion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/mkversion.sh b/source4/script/mkversion.sh index c4a6b7c161..908aae8a3d 100755 --- a/source4/script/mkversion.sh +++ b/source4/script/mkversion.sh @@ -8,7 +8,7 @@ if test -z "$VERSION_FILE";then fi if test -z "$OUTPUT_FILE";then - OUTPUT_FILE="include/version.h" + OUTPUT_FILE="version.h" fi SOURCE_DIR=$3 |