mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:52:28 +02:00
4ca144deb8
lua, mtd-utils, ipkg-utils, squashfs, lzma, and autoconf are touched git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14589 3c298f89-4303-0410-b956-a3cf2f4a3e73
23 lines
789 B
Diff
23 lines
789 B
Diff
--- a/lib/Makefile.am
|
|
+++ b/lib/Makefile.am
|
|
@@ -16,7 +16,7 @@
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
|
|
+SUBDIRS = Autom4te m4sugar autoconf autotest autoscan
|
|
nodist_pkgdata_DATA = autom4te.cfg
|
|
EXTRA_DIST = autom4te.in freeze.mk
|
|
|
|
--- a/lib/Makefile.in
|
|
+++ b/lib/Makefile.in
|
|
@@ -165,7 +165,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
|
|
+SUBDIRS = Autom4te m4sugar autoconf autotest autoscan
|
|
nodist_pkgdata_DATA = autom4te.cfg
|
|
EXTRA_DIST = autom4te.in freeze.mk
|
|
edit = sed \
|