diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index 78f3408..4546b71 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 |