bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cygwin build failure patch


From: Andrew Haley
Subject: Cygwin build failure patch
Date: Fri, 17 Aug 2001 15:54:02 +0100 (BST)

There seems to be a $(EXEEXT) missing from makedoc.  Confirmed in
texinfo-4.0.tar.gz.

Andrew.

2001-08-17  Andrew Haley  <address@hidden>

        * info/Makefile.in (BUILT_SOURCES): Add $(EXEEXT) to makedoc.

--- Makefile.in Fri Aug 17 15:53:14 2001
+++ Makefile.new        Fri Aug 17 15:52:31 2001
@@ -447,7 +447,7 @@
 mostlyclean distclean maintainer-clean
 
 
-$(BUILT_SOURCES): makedoc $(cmd_sources)
+$(BUILT_SOURCES): makedoc$(EXEEXT) $(cmd_sources)
 # This is insufficient.  We really need them not to be in the
 # distribution in the first place, but it seems Automake does not
 # currently allow that.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]