shellfiles/Makefile
changeset 159 40cdb9aa191d
equal deleted inserted replaced
158:93cbdd865850 159:40cdb9aa191d
       
     1 M4=m4
       
     2 SCRIPTS=build_mercurial.sh
       
     3 
       
     4 all: $(SCRIPTS)
       
     5 
       
     6 %.sh: %.sh.in common.sh.in
       
     7 	$(M4) -P $< > $@