[patch] newlib/Makefile.in

James E. Flemer jflemer@acm.jhu.edu
Thu Feb 8 15:56:00 GMT 2001


This seems a better way to do DOCDIR. Otherwise when
building on a FreeBSD, it tries to make all in
/usr/share/doc. It seems much better to force $(DOCDIR) to
an empty string rather than assume it to be undefined.

Index: newlib/Makefile.in
===================================================================
RCS file: /cvs/src/src/newlib/Makefile.in,v
retrieving revision 1.7
diff -u -r1.7 Makefile.in
--- Makefile.in	2001/12/13 23:49:38	1.7
+++ Makefile.in	2001/12/18 22:10:18
@@ -145,7 +145,7 @@

 FLAGS_TO_PASS = $(AM_MAKEFLAGS)

-@HAVE_DOC_TRUE@DOCDIR = @HAVE_DOC_TRUE@doc
+DOCDIR = @HAVE_DOC_TRUE@doc

 SUBDIRS = libc libm $(DOCDIR) .




More information about the Newlib mailing list