unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Wrong 1.5.6 Makefile dependencies
@ 2002-03-21 21:54 Thomas Wawrzinek
  2002-04-02  1:29 ` Rob Browning
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Wawrzinek @ 2002-03-21 21:54 UTC (permalink / raw)


Hi!

I had to make the following small change to Makefile.in in the
libguile subdirectory to get 1.5.6 compiled on a Cygwin system.

This had better go to Makefile.am, I guess.

(Still had to use 'configure --disable-networking --disable-shared',
and readline stuff doesn't compile, either).

Regards,

			Thomas

--- Makefile.in.orig	Thu Mar 21 22:50:41 2002
+++ Makefile.in	Thu Mar 21 22:51:29 2002
@@ -894,13 +894,13 @@
 
 $(DOT_X_FILES) $(EXTRA_DOT_DOC_FILES): snarf.h guile-snarf.in
 
-$(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): snarf.h guile-snarf-docs.in guile_filter_doc_snarfage
+$(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): snarf.h guile-snarf-docs.in guile_filter_doc_snarfage$(EXEEXT)
 
 error.x: cpp_err_symbols.c
 posix.x: cpp_sig_symbols.c
 load.x: libpath.h
 
-guile.texi: $(alldotdocfiles) guile
+guile.texi: $(alldotdocfiles) guile$(EXEEXT)
 	$(dotdoc2texi) > $@ || { rm $@; false; }
 
 @HAVE_MAKEINFO_TRUE@guile-procedures.txt: guile.texi

_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-02  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 21:54 Wrong 1.5.6 Makefile dependencies Thomas Wawrzinek
2002-04-02  1:29 ` Rob Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).