summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-03-06 13:48:58 (EST)
committer P. J. McDermott <pjm@nac.net>2012-03-06 13:48:58 (EST)
commitffede375da86950a1518b10b80f0a0bea2f749b3 (patch)
tree57ffd2bdc2779d4bbc54ba71f40427543a041750 /src/Makefile.in
parente206c6620ac6c3f2fd01dd2d1b1390e6e262cd8f (diff)
Fix $(OBJS) targets in build system.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ff338da..1037f98 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -26,6 +26,7 @@ PREFIX = @prefix@
BINDIR = @bindir@
.SUFFIXES:
+.SUFFIXES: .sh
SRCS = opkbuild.sh \
oh-checkbuilddeps.sh oh-applypatches.sh oh-copyconfig.sh \
@@ -44,7 +45,7 @@ all: $(OBJS)
$(OBJS):
@printf ' SED %s\n' '$@'
- @sed -f ../sedscript $(SRCDIR)/src/$*.sh > $@
+ @sed -f ../sedscript $(SRCDIR)/src/$@.sh > $@
.PHONY: clean
clean: