diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 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 \ |