diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-19 03:07:14 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-11 13:02:27 -0400 |
commit | ccb6c1d19f1866f7e670f6b7efe404bb09a0c52b (patch) | |
tree | 433926009160784ec0739480e0c9f9db98614c72 /src/lib | |
parent | 7a8dc72cbf3e0855057eee9d9f255eae5b889abc (diff) |
Update for new devtools version
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/.gitignore | 2 | ||||
-rw-r--r-- | src/lib/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/.gitignore b/src/lib/.gitignore index 650c85f..ec4ff7a 100644 --- a/src/lib/.gitignore +++ b/src/lib/.gitignore @@ -1,3 +1,5 @@ common.sh common.sh.in +archroot.sh +archroot.sh.in conf.sh diff --git a/src/lib/Makefile b/src/lib/Makefile index 7c573de..900623d 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,8 +1,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -libretools.src.devtools = common.sh.in -libretools.out.libs += common.sh conf.sh +libretools.src.devtools = common.sh.in archroot.sh.in +libretools.out.libs += common.sh archroot.sh conf.sh # Build ############################################################## |