]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
[features.git] / src / support / Makefile.am
index 03896e41dedebdf32970d111bdc5e0d2d7aef597..8c1364875e118501768e526cfcd3906df56f98bf 100644 (file)
@@ -84,7 +84,8 @@ build_package: package.C.in
        @rm -f tmp_package ;\
        sed "s,%LYX_DIR%,$(LYX_ABS_INSTALLED_DATADIR),;\
 s,%LOCALEDIR%,$(LYX_ABS_INSTALLED_LOCALEDIR),;\
-s,%TOP_SRCDIR%,$(LYX_ABS_TOP_SRCDIR)," \
+s,%TOP_SRCDIR%,$(LYX_ABS_TOP_SRCDIR),;\
+s,%PROGRAM_SUFFIX%,$(program_suffix)," \
                $(srcdir)/package.C.in > tmp_package ;\
        if cmp -s tmp_package package.C ; then \
                rm -f tmp_package ;\