fix autoconf README.md workaround

This commit is contained in:
Dougal J. Sutherland 2017-07-20 20:50:15 +01:00
parent 548501c988
commit ca17092208

View file

@ -28,4 +28,4 @@ libtool: $(LIBTOOL_DEPS)
# Needed by autoconf because we use README.md instead of README.
# See http://stackoverflow.com/q/15013672/
README: README.md
cat $< > $@.tmp
cp $< $@