summaryrefslogtreecommitdiff
path: root/intl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'intl/Makefile')
-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