summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0208ea2..5a924cb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -36,14 +36,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES:
.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
+SRCS = \
+ oh-installfiles.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src