about summary refs log blame commit diff
path: root/substitute.mk
blob: cc21eba402459e0b17ada103849fe8cea155d5fb (plain) (tree)
1
2
3
4
5
6
7
8
9

                




                                                     
                                               
                                       
                                   

                           
%: %.in Makefile
	sed \
	 -e "s^@prefix\@^$(prefix)^g" \
	 -e "s^@bindir\@^$(bindir)^g" \
	 -e "s^@sysconfdir\@^$(sysconfdir)^g" \
	 -e "s^@localstatedir\@^$(localstatedir)^g" \
	 -e "s^@datadir\@^$(datadir)^g" \
	 -e "s^@libexecdir\@^$(libexecdir)^g" \
	 -e "s^@system\@^$(system)^g" \
	 -e "s^@wget\@^$(wget)^g" \
	 < $< > $@ || rm $@
	chmod +x $@