From: Thomas Wawrzinek <tjw@snafu.de>
Subject: Wrong 1.5.6 Makefile dependencies
Date: Thu, 21 Mar 2002 22:54:14 +0100 (CET) [thread overview]
Message-ID: <15514.22150.202145.648250@linux.local> (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
next reply other threads:[~2002-03-21 21:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-21 21:54 Thomas Wawrzinek [this message]
2002-04-02 1:29 ` Wrong 1.5.6 Makefile dependencies Rob Browning
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15514.22150.202145.648250@linux.local \
--to=tjw@snafu.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).