mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-17 19:38:07 -05:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
conf: configure.sh config.h.in
|
|
|
|
configure.sh: configure.ac aclocal.m4
|
|
autoconf -o configure.sh
|
|
|
|
config.h.in: configure.ac aclocal.m4
|
|
autoheader && touch config.h.in
|