]> sourceware.org Git - glibc.git/commitdiff
Updated.
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:54:30 +0000 (07:54 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:54:30 +0000 (07:54 +0000)
2001-02-25  Andreas Jaeger  <aj@suse.de>

* intl/Makefile (plural.c): Reorder rules so that they work if
BISON doesn't exist.

ChangeLog
FAQ
intl/Makefile

index 3357a19f515014700df7c2e0d3405f79ff4f6bd8..e6fa9d84c369269e4361e597243653aa73f5b5e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * intl/Makefile (plural.c): Reorder rules so that they work if
+       BISON doesn't exist.
+
 2001-02-25  Ulrich Drepper  <drepper@redhat.com>
 
        * intl/locale.alias: Don't use nb_NO but define aliases for it.
diff --git a/FAQ b/FAQ
index 6173922ad5ac2c9a011f0fc962af7ec75bcdc8df..1cecb15e6aa807fd68af7a27a25012b3a064f192 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -273,7 +273,7 @@ them.
 1.5.   Which compiler should I use for powerpc?
 
 {GK} You want to use at least gcc 2.95 (together with the right versions
-of all the other tools, of course).  See also question question 2.8.
+of all the other tools, of course).  See also question 2.8.
 
 
 1.6.   Which tools should I use for ARM?
@@ -929,7 +929,7 @@ necessary conversion and calls to create those files.  The file is
 `db-Makefile' in the subdirectory `nss' and you can call it with `make -f
 db-Makefile'.  Please note that not all services are capable of using a
 database.  Currently passwd, group, ethers, protocol, rpc, services shadow
-and netgroup are implemented.  See also question question 2.31.
+and netgroup are implemented.  See also question 2.31.
 
 
 2.17.  I have /usr/include/net and /usr/include/scsi as symlinks
index 78f34089f74c01a024c1dde7edb2ace2a43d97fc..4546b715f8abd9173554f5464ce487735537da22 100644 (file)
@@ -43,10 +43,10 @@ include ../Makeconfig
 ifneq (no,$(BISON))
 plural.c: plural.y
        $(BISON) $(BISONFLAGS) $@ $^
-endif
 ifeq ($(with-cvs),yes)
        test ! -d CVS || cvs $(CVSOPTS) commit -m'$(BISON) $(BISONFLAGS) $@ $^' $@
 endif
+endif
 $(objpfx)plural.o: plural.c
 
 include ../Rules
This page took 0.049823 seconds and 5 git commands to generate.