dump2: Tolerate UTF-8, not just ASCII, in strings.
[pspp] / Makefile
index 284a8e72fa31a77e92c97b7c53b59328d1ea63ee..355be1141aee132d61e6c993893b20ac90fa3631 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,5 +7,5 @@ dump2.o: CFLAGS := $(base_cflags) -Wno-unused
 
 all: dump dump2 parse-xml
 dump: dump.o
-dump2: dump2.o
+dump2: dump2.o u8-mbtouc.o
 parse-xml: parse-xml.o