This had the effect of creating libraries called libgsexe.a etc.

* Makefile.in: Remove 'exe' suffix from GS variable.
---
 Makefile.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 758a866..2214d73 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -166,7 +166,8 @@ CAPOPT= @HAVE_MKSTEMP@ @HAVE_FILE64@ @HAVE_MKSTEMP64@ 
@HAVE_FONTCONFIG@ @HAVE_LI
 
 # Define the name of the executable file.
 
-GS=@GS@@EXEEXT@
+GS=@GS@
+GSEXE=@GS@@EXEEXT@
 
 # Define the directories for debugging and profiling binaries, relative to
 # the standard binaries.
-- 
1.7.10.4


Reply via email to