aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
-rw-r--r--rpmgenplatform.in (renamed from genplatform.in)0
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5535346..ff0413e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ pkg_gscripts = \
pkg_scripts_in = $(pkg_gscripts:=.in)
-BUILT_SOURCES = macros-perarch make_macrosfiles.sh genplatform
+BUILT_SOURCES = macros-perarch make_macrosfiles.sh rpmgenplatform
pkglibdir = @RPMVENDORDIR@
@@ -65,7 +65,7 @@ EXTRA_DIST = \
$(pkg_scripts) \
$(pkg_scripts_in) \
macros-perarch.in make_macrosfiles.sh.in \
- genplatform.in \
+ rpmgenplatform.in \
rpm-spec-mode.el \
tests.sh tests/macros.sh
@@ -86,8 +86,8 @@ edit = sed \
arch=`echo $@ | sed 's,\\.macros,,'`; \
sh ./make_macrosfiles.sh macros-perarch $$arch > $@
-platform: genplatform Makefile
- perl genplatform $(CANONTARGETCPU) > $@
+platform: rpmgenplatform Makefile
+ perl rpmgenplatform $(CANONTARGETCPU) > $@
install-data-local: $(macrosfiles) $(pkg_gconfig)
for i in $(RPMALLARCH); do \
diff --git a/genplatform.in b/rpmgenplatform.in
index fc6bf82..fc6bf82 100644
--- a/genplatform.in
+++ b/rpmgenplatform.in