diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-05 19:27:37 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-05 19:27:37 +0000 |
commit | c74bee938897ed0d5a58257874ddc61047eff4c3 (patch) | |
tree | bb0c914000104e7e776d2462bde5ae92e3cd1c7c /Makefile.am | |
parent | 955f993c96d161b7fd535696bf07ee55358a3661 (diff) | |
download | libvirt-python-v6-c74bee938897ed0d5a58257874ddc61047eff4c3.tar.gz libvirt-python-v6-c74bee938897ed0d5a58257874ddc61047eff4c3.tar.xz libvirt-python-v6-c74bee938897ed0d5a58257874ddc61047eff4c3.zip |
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file, to exempt the few binary files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5880811..09e4563 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ uninstall-local: CLEANFILES= $(GENERATED) libvirt.py else -all: +all: endif dummy: |