summaryrefslogtreecommitdiffstats
path: root/src/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/local.mk b/src/local.mk
index c7a7b6c..da824aa 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -26,20 +26,3 @@ src_srcs = \
src/oh-autotest.sh \
src/oh-autoinstall.sh \
src/oh-architecture.sh
-src_bin = $(src_srcs:.sh=)
-src_distfiles = src/local.mk $(src_srcs)
-
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
-src_script = \
- s&@@PACKAGE_NAME@@&$(package_name)&;\
- s&@@PACKAGE_VERSION@@&$(package_version)&;\
- s&@@PKGLIBDIR@@&$(pkglibdir)&;\
- s&@@LIBOPKHELPER@@&$(libopkhelper)&;\
- s&@@LOCALEDIR@@&$(localedir)&;\
- s&@@SH@@&$(sh)&;
-
-.SUFFIXES: .sh
-
-.sh:
- @printf ' SED %s\n' '$*'
- @sed '$(src_script)' '$(srcdir)/$*.sh' >'$*'