1 diff --git a/Makefile.in b/Makefile.in
2 index b9736cd..5740412 100644
5 @@ -76,7 +76,7 @@ bdf : $(bdf)
7 genpcf/%.pcf.gz : genbdf/%.bdf
8 $(BDFTOPCF) $< > $(@:.pcf.gz=.pcf)
9 - gzip -9 -f $(@:.pcf.gz=.pcf)
10 + gzip -n -9 -f $(@:.pcf.gz=.pcf)
12 genbdf/t0-11-uni.bdf : bdf/t0-11.bdf bdf/t0-12.bdf VARIANTS.dat mgl/unicode.mgl
13 $(MKSHALLOW) bdf/t0-12.bdf | cat - bdf/t0-11.bdf | $(BDFMANGLE) - VARIANTS.dat mgl/unicode.mgl > $@