Differences From Artifact [d66cc078f4]:
- File generators/Makefile — part of check-in [ef0c1ebc68] at 2009-11-02 10:11:32 on branch trunk — Enhance Unicode table generator so it produces smaller output. (user: js, size: 1124) [annotate] [blame] [check-ins using]
To Artifact [4359c1183e]:
- File generators/Makefile — part of check-in [25d8c4c030] at 2009-12-02 09:45:25 on branch trunk — Fix one more missing LD = ${OBJC}. (user: js, size: 1137) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
30 31 32 33 34 35 36 | CaseFolding.txt: wget http://www.unicode.org/Public/UNIDATA/CaseFolding.txt include ../buildsys.mk CPPFLAGS += -I../src -I.. LIBS := -L../src -lobjfw ${LIBS} | > | 30 31 32 33 34 35 36 37 | CaseFolding.txt: wget http://www.unicode.org/Public/UNIDATA/CaseFolding.txt include ../buildsys.mk CPPFLAGS += -I../src -I.. LIBS := -L../src -lobjfw ${LIBS} LD = ${OBJC} |