diff options
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) | |
download | pacman-00ab01e6342b7183d5a16ae57497b19dc1c2c7dc.tar.xz |
scripts/library: remove parse_options
This is retired, as the two consumers of this function are now using the
new parseopts instead.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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) |