diff options
author | Eric Engestrom <eric@engestrom.ch> | 2017-07-06 20:25:28 +0100 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2017-07-06 22:59:39 +0100 |
commit | 076faf8764d3cd8038145286f7533d0a18e82476 (patch) | |
tree | a7dc59a9fff663e8a06a11750e3a6f62b10950df /Makefile.am | |
parent | bab03c06fc79ec5624982777684d0c5f123c127c (diff) |
build systems: move git_sha1_gen.sh to bin/
There was no reason for this script to live outside the scripts
directory.
Suggested-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d1eadee1e1..51542af3b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ EXTRA_DIST = \ common.py \ docs \ doxygen \ - git_sha1_gen.sh \ + bin/git_sha1_gen.sh \ scons \ SConstruct |