summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-02-20 18:19:29 +0000
committerJames Bursa <james@netsurf-browser.org>2005-02-20 18:19:29 +0000
commit7caf0192182233de4c7524a6c40d914229952dd8 (patch)
tree1c4829abfb738e8906d2dfcd40428afe28b655a8 /makefile
parentba031d279ca169c0f1da245d35e40bc52e5abe31 (diff)
downloadlibrufl-7caf0192182233de4c7524a6c40d914229952dd8.tar.gz
librufl-7caf0192182233de4c7524a6c40d914229952dd8.tar.bz2
[project @ 2005-02-20 18:19:29 by bursa]
Fix glyph with multiple Unicodes issue on RO3-4. svn path=/import/rufl/; revision=2452
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7c53a67..f7ce348 100644
--- a/makefile
+++ b/makefile
@@ -22,8 +22,8 @@ all: rufl.o rufl_test,ff8 rufl_chars,ff8
rufl.o: $(SOURCE) Glyphs
$(CC) $(CFLAGS) -c -o $@ $(SOURCE)
-rufl_glyph_map.c: Glyphs
- ./makeglyphs < $^ > $@
+rufl_glyph_map.c: Glyphs makeglyphs
+ ./makeglyphs < Glyphs > $@
rufl_test,ff8: rufl_test.c rufl.o
$(CC) $(CFLAGS) $(LIBS) -o $@ $^