index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-08 15:12:27 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 08:38:36 -0500 |
commit | 00ab01e6342b7183d5a16ae57497b19dc1c2c7dc (patch) | |
tree | 255ed695cf0ae4655028777d15508f5e891aef30 /scripts/Makefile.am | |
parent | e07a2ab45e67e8ee989f9d102051481a35329b09 (diff) |
-rw-r--r-- | scripts/Makefile.am | 3 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index fc70732f..b8a19900 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -27,8 +27,7 @@ EXTRA_DIST = \ LIBRARY = \ library/output_format.sh \ - library/parseopts.sh \ - library/parse_options.sh + library/parseopts.sh # Files that should be removed, but which Automake does not know. MOSTLYCLEANFILES = $(bin_SCRIPTS) |