diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-04-12 00:06:32 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 17:16:28 -0400 |
commit | 26c32b017e1796340f990af56128c80a6b37fcfb (patch) | |
tree | 0c09400a46516e99a106beb98a039a9aef8b19c7 | |
parent | 94aa9aff1353b59dea315b9fd4abd251c58bf89c (diff) |
Remove extra_dist from scripts/Makefile.am
This is automaticly done by autoconf.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
-rw-r--r-- | scripts/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8b30022c..ddacb0e6 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -13,14 +13,4 @@ bin_SCRIPTS = \ repo-remove \ updatesync -EXTRA_DIST = abs.in \ - gensync.in \ - makepkg.in \ - makeworld.in \ - pacman-optimize.in \ - rankmirrors \ - repo-add.in \ - repo-remove.in \ - updatesync.in - abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync: |