Wed Nov 29 03:34:22 2017 UTC ()
Avoid building plural.c from plural.y. Since we now build with gnumake,
emptying the pattern rules is not enough.


(christos)
diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/intl/Makefile.in

cvs diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/intl/Makefile.in (expand / switch to unified diff)

--- src/external/gpl3/gdb/dist/intl/Makefile.in 2011/09/25 20:23:51 1.2
+++ src/external/gpl3/gdb/dist/intl/Makefile.in 2017/11/29 03:34:22 1.3
@@ -123,26 +123,28 @@ libintl.a: $(OBJECTS) @@ -123,26 +123,28 @@ libintl.a: $(OBJECTS)
123 $(AR) cru $@ $(OBJECTS) 123 $(AR) cru $@ $(OBJECTS)
124 $(RANLIB) $@ 124 $(RANLIB) $@
125 125
126libintl.h: $(srcdir)/libgnuintl.h 126libintl.h: $(srcdir)/libgnuintl.h
127 cp $(srcdir)/libgnuintl.h $@ 127 cp $(srcdir)/libgnuintl.h $@
128 128
129.SUFFIXES: 129.SUFFIXES:
130.SUFFIXES: .c .y .o 130.SUFFIXES: .c .y .o
131 131
132.c.o: 132.c.o:
133 $(COMPILE) $< 133 $(COMPILE) $<
134 134
135.y.c: 135.y.c:
 136 @echo "Not rebuilding yacc output"
 137 cp -p $(srcdir)/$@ $@
136# $(YACC) $(YFLAGS) --output $@ $< 138# $(YACC) $(YFLAGS) --output $@ $<
137# rm -f $*.h 139# rm -f $*.h
138 140
139INCLUDES = -I. -I$(srcdir) 141INCLUDES = -I. -I$(srcdir)
140 142
141check: all 143check: all
142 144
143# The installation targets have been disabled. 145# The installation targets have been disabled.
144install: install-exec install-data 146install: install-exec install-data
145install-exec: all 147install-exec: all
146install-data: all 148install-data: all
147install-strip: install 149install-strip: install
148installdirs: 150installdirs: