summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-04 18:38:03 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-04 18:38:03 (EDT)
commit451aeb32b03328ce9e93cbe9c49ec53942f63696 (patch)
treed6cb2fe1b99a5aadda05a0e01168fc75d917efc8 /src/Makefile.in
parent3e96c590f3775b19a28de2d734a32a152e2899d3 (diff)
Update makefiles for opkbuild 3.0.0.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 65de5af..fc3e0c0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
-# opkhelper
+# opkbuild
# Makefile.in
# Input Makefile for configure.
#
@@ -36,13 +36,15 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES: .sh
SRCS = opkbuild.sh \
- oh-checkbuilddeps.sh \
- oh-unpacksource.sh \
- oh-applypatches.sh \
- oh-copyconfig.sh \
- oh-strip.sh \
- oh-gencontrol.sh \
- oh-parsechangelog.sh
+ ob-checkbuilddeps.sh \
+ ob-buildenv.sh \
+ ob-unpacksource.sh \
+ ob-applypatches.sh \
+ ob-installplatconf.sh \
+ ob-installdocs.sh \
+ ob-gencontrol.sh \
+ ob-buildopk.sh \
+ ob-genchanges.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src
@@ -52,7 +54,7 @@ all: $(OBJS)
$(OBJS):
@printf ' SED src/%s\n' '$@'
- @sed '$(sed_script)' '$(srcdir)/src/$@.sh' >'$@'
+ @sed '$(sed_script)' '$(srcdir)/src/$<' >'$@'
clean:
@for obj in $(OBJS); do \