--- researchv9/X11/src/X.V11R1/fonts/Imakefile 2018/04/24 17:22:00 1.1 +++ researchv9/X11/src/X.V11R1/fonts/Imakefile 2018/04/24 17:40:46 1.1.1.2 @@ -40,10 +40,10 @@ snf/Makefile: bdf Makefile echo "# This makefile is created automagically by ../Makefile" > $@; \ echo 'FC=../$(FC)' >> $@; \ echo 'all: \' >> $@; \ - (cd bdf;ls *.bdf) \ + (cd bdf;/bin/ls *.bdf) \ | sed -e 's/\(.*\).bdf$$/\1.snf \\/' -e '$$s/..$$//' >> $@; \ echo >> $@; \ - (cd bdf; ls *.bdf) \ + (cd bdf; /bin/ls *.bdf) \ | awk -F. '{printf "%s.snf: ../bdf/%s.bdf $$(FC)\n\t$$(FC) ../bdf/%s.bdf >$$@\n", $$1, $$1, $$1}' >> $@ snf: