From 199745d1081d2e05747471cd9d0ceedb912afd37 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 26 Feb 2001 07:54:30 +0000 Subject: Updated. 2001-02-25 Andreas Jaeger * intl/Makefile (plural.c): Reorder rules so that they work if BISON doesn't exist. --- intl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl') 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 -- cgit 1.4.1