diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-08-15 09:14:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-08-15 09:14:51 +0000 |
commit | 7034e9dbe6294e46e64dad18fc12cb68201608b5 (patch) | |
tree | 5b628fc4f4cebea02f0cbd82337cbf97a9c55ffa /libs/Makefile.am | |
parent | Call highlight_marker function for the active list entry. (diff) | |
download | eselect-7034e9dbe6294e46e64dad18fc12cb68201608b5.tar.gz eselect-7034e9dbe6294e46e64dad18fc12cb68201608b5.tar.bz2 eselect-7034e9dbe6294e46e64dad18fc12cb68201608b5.zip |
Revert some changes of 2009-05-15.
svn path=/trunk/; revision=607
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index e53a7b8..b763dd0 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -27,9 +27,6 @@ EXTRA_DIST = \ tests.bash.in dosed = @SED@ \ - -e 's,\@prefix\@,@prefix@,g' \ - -e 's,\@datadir\@,@datadir@,g' \ - -e 's,\@sysconfdir\@,@sysconfdir@,g' \ -e 's,\@SED\@,@SED@,g' \ -e 's,\@PACKAGE_MANAGER\@,@PACKAGE_MANAGER@,g' \ -e 's,\@PORTAGEQ\@,@PORTAGEQ@,g' \ |