This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] newlib/Makefile.in


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) .



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]