diff mbox

[match-and-simplify] Merge from trunk

Message ID CAGWvnykXFn9qd9-F-GwVhgS061q5_vEkWkBhSXyz+LK5EmtWRQ@mail.gmail.com
State New
Headers show

Commit Message

David Edelsohn Oct. 22, 2014, 4:09 p.m. UTC
Richard,

It at least needs something like:

* Makefile.in (build/genmatch): Link with $(LIBINTL) $(LIBICONV).
diff mbox

Patch

Index: Makefile.in
===================================================================
--- Makefile.in (revision 216542)
+++ Makefile.in (working copy)
@@ -2520,7 +2520,7 @@ 
 # These programs need libs over and above what they get from the above list.
 build/genautomata$(build_exeext) : BUILD_LIBS += -lm

-build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) \
+build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) $(LIBINTL) $(LIBICONV) \
   $(BUILD_ERRORS) build/vec.o build/hash-table.o

 # These programs are not linked with the MD reader.