X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=cf5aa787de3e99e0d7adbad3449780114b8ece79;hb=463238cd3f894fc6fb5cebbcc7bb2b9584c640a8;hp=355be1141aee132d61e6c993893b20ac90fa3631;hpb=e8da3d80c173b248addd7f6133cacc63b3389c3f;p=pspp diff --git a/Makefile b/Makefile index 355be1141a..cf5aa787de 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ parse-xml: LDFLAGS := $(shell pkg-config --libs libxml-2.0) $(LDFLAGS) dump2.o: CFLAGS := $(base_cflags) -Wno-unused all: dump dump2 parse-xml -dump: dump.o +dump: dump.o u8-mbtouc.o dump2: dump2.o u8-mbtouc.o parse-xml: parse-xml.o