summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/Makefile.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 18:56:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 18:56:16 +0000
commitc6e15be439a293e411a5ff571c48e0ca15dfaad5 (patch)
tree8c23f2451f956fa930dcae2b8292495f5a9b7a94 /misc/tools/kconfig-frontends/frontends/Makefile.in
parenta45f710f8fdb5b9cf11fbdcb2a74cb5007ea79fd (diff)
downloadnuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.tar.gz
nuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.tar.bz2
nuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.zip
Update kconfig-frontends to 3.8.0.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5749 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/kconfig-frontends/frontends/Makefile.in')
-rw-r--r--misc/tools/kconfig-frontends/frontends/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tools/kconfig-frontends/frontends/Makefile.in b/misc/tools/kconfig-frontends/frontends/Makefile.in
index 5953761dc..e801fe2cc 100644
--- a/misc/tools/kconfig-frontends/frontends/Makefile.in
+++ b/misc/tools/kconfig-frontends/frontends/Makefile.in
@@ -36,7 +36,12 @@ host_triplet = @host@
subdir = frontends
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/scripts/.autostuff/m4/libtool.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltoptions.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltsugar.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltversion.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/lt~obsolete.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -93,7 +98,6 @@ am__relativize = \
done; \
reldir="$$dir2"
ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AM_LFLAGS = @AM_LFLAGS@