summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-03 14:28:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-03 14:28:38 (EDT)
commit9f0e5ebe959898ceb2813a3b774ce9b9c22fb8c2 (patch)
tree70e14f4ec94602e382e6e08d778b78c1efc1c559 /src/Makefile.in
parent6185108fe7f2189602281a06f385a19d6c9fe903 (diff)
Implement a stub ob-checkbuilddeps.
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 6587ce7..e30f29e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -36,8 +36,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES:
.SUFFIXES: .sh
-#SRCS = opkbuild.sh \
- ob-checkbuilddeps.sh \
+SRCS = opkbuild.sh \
+ ob-checkbuilddeps.sh #\
ob-buildenv.sh \
ob-unpacksource.sh \
ob-applypatches.sh \