summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-26 07:54:30 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-26 07:54:30 +0000
commit199745d1081d2e05747471cd9d0ceedb912afd37 (patch)
treee270d4d5b863a5b3d5e79bf002801113984133ac /intl
parent3b01907740058b38f1d71806f96be0c32efb28d7 (diff)
Updated.
2001-02-25 Andreas Jaeger <aj@suse.de> * intl/Makefile (plural.c): Reorder rules so that they work if BISON doesn't exist.
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile
index 78f34089f7..4546b715f8 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -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