Changes the location of bison.simple after running bison on local
[findutils.git] / m4 / Makefile.am.in
blob1e3495feceb277a5d0252cc26f43501fce8ebd2b
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
3 ##m4-files-begin
4 ##m4-files-end
6 Makefile.am: Makefile.am.in
7         rm -f $@ $@t
8         sed -n '1,/^##m4-files-begin/p' $< > $@t
9         ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
10           (echo *.m4|tr ' ' @) ) \
11           |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
12           >> $@t
13         sed -n '/^##m4-files-end/,$$p' $< >> $@t
14         chmod a-w $@t
15         mv $@t $@