* 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
* Re: Wrong 1.5.6 Makefile dependencies
2002-03-21 21:54 Wrong 1.5.6 Makefile dependencies Thomas Wawrzinek
@ 2002-04-02 1:29 ` Rob Browning
0 siblings, 0 replies; 2+ messages in thread
From: Rob Browning @ 2002-04-02 1:29 UTC (permalink / raw)
Cc: bug-guile
Thomas Wawrzinek <tjw@snafu.de> writes:
> 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.
Thanks.
Fixed in my trees, I'll commit when I finish some other bits.
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD
_______________________________________________
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).