summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-03 14:35:05 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-03 14:35:05 (EDT)
commitea2d316bbeb8aa99a3f697197741a887c9cf6450 (patch)
tree8ede7e50367483f7bfe77bfc77abb63a66458f4d /src/Makefile.in
parent9f0e5ebe959898ceb2813a3b774ce9b9c22fb8c2 (diff)
Implement ob-buildenv.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e30f29e..9567306 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -37,8 +37,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES: .sh
SRCS = opkbuild.sh \
- ob-checkbuilddeps.sh #\
- ob-buildenv.sh \
+ ob-checkbuilddeps.sh \
+ ob-buildenv.sh #\
ob-unpacksource.sh \
ob-applypatches.sh \
ob-installplatconf.sh \