Add safety check for local --remove-source-files.
[rsync.git] / prepare-source.mak
1 SHELL=/bin/sh
2
3 conf: configure.sh config.h.in
4 .PHONY: conf
5
6 aclocal.m4: m4/*.m4
7         aclocal -I m4
8
9 configure.sh: configure.ac aclocal.m4
10         autoconf -o configure.sh
11
12 config.h.in: configure.ac aclocal.m4
13         autoheader && touch config.h.in