summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/Makefile.in
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-28 22:26:31 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-28 22:26:31 +0000
commita617c2af51851dd3949230bda3c054f4d8a7ea1a (patch)
tree8d7fb34bc25e06e077d1ccd6d90300e887035b7d /Build/source/texk/gregorio/Makefile.in
parentd2436f368c34455ebfcc7d630701e8ab11162ddd (diff)
gregorio: a try to fix my mistakes
git-svn-id: svn://tug.org/texlive/trunk@42175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/Makefile.in')
-rw-r--r--Build/source/texk/gregorio/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/gregorio/Makefile.in b/Build/source/texk/gregorio/Makefile.in
index eb3601a479d..5c112c7d431 100644
--- a/Build/source/texk/gregorio/Makefile.in
+++ b/Build/source/texk/gregorio/Makefile.in
@@ -797,8 +797,8 @@ clean-binPROGRAMS:
@GREGORIO_TREE@/src/vowel/$(am__dirstamp) \
@GREGORIO_TREE@/src/vowel/$(DEPDIR)/$(am__dirstamp)
-gregorio$(EXEEXT): $(gregorio_OBJECTS) $(gregorio_DEPENDENCIES) $(EXTRA_gregorio_DEPENDENCIES)
- @rm -f gregorio$(EXEEXT)
+gregorio-$(FILENAME_VERSION)$(EXEEXT): $(gregorio_OBJECTS) $(gregorio_DEPENDENCIES) $(EXTRA_gregorio_DEPENDENCIES)
+ @rm -f gregorio$(EXEEXT) gregorio-$(FILENAME_VERSION)$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(gregorio_OBJECTS) $(gregorio_LDADD) $(LIBS)
mostlyclean-compile:
@@ -1401,7 +1401,7 @@ dist-hook:
$(gregorio_OBJECTS): $(KPATHSEA_DEPEND)
@KPATHSEA_RULE@
-gregorio.log: gregorio$(EXEEXT)
+gregorio.log: gregorio-$(FILENAME_VERSION)$(EXEEXT)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.