From ffede375da86950a1518b10b80f0a0bea2f749b3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 06 Mar 2012 13:48:58 -0500 Subject: Fix $(OBJS) targets in build system. --- (limited to 'src/Makefile.in') 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: -- cgit v0.9.1