]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix trailing whitespace in Makefile.am 608/head
authorGraham Percival <gperciva@tarsnap.com>
Tue, 29 Sep 2015 20:33:33 +0000 (13:33 -0700)
committerGraham Percival <gperciva@tarsnap.com>
Tue, 29 Sep 2015 20:33:33 +0000 (13:33 -0700)
commit8c55eada9bba28ac72854de14826207c70c8ed79
treedf72b687b547b3981b9f69cfac2b05950335aaeb
parentb9d0b46eb05b0f1e6c832512c2c6b5d782db58d1
Fix trailing whitespace in Makefile.am

Previously, running the build process gave a warning:

$ sh build/autogen.sh
...
Makefile.am:356: warning: whitespace following trailing backslash
...

This removes that warning.
Makefile.am