summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--makefile.top.in4
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e4a5e53..2378944 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,6 @@ TILLAC_M4_IF_PRESENT([bsd_eth_drivers],
[if test -d $srcdir/bsd_eth_drivers ; then
AC_CONFIG_FILES([bsd_eth_drivers/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/libbsdport/Makefile])
- AC_CONFIG_FILES([bsd_eth_drivers/bge/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/if_pcn/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/if_le/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/if_em/Makefile])
diff --git a/makefile.top.in b/makefile.top.in
index 95cf408..df6b80f 100644
--- a/makefile.top.in
+++ b/makefile.top.in
@@ -35,8 +35,8 @@ target_triplet = @target@
subdir = .
DIST_COMMON = $(am__configure_deps) $(srcdir)/config.h.in \
$(srcdir)/makefile.top.am $(srcdir)/makefile.top.in \
- $(top_srcdir)/configure INSTALL config.guess config.sub \
- depcomp install-sh missing
+ $(top_srcdir)/configure ChangeLog INSTALL config.guess \
+ config.sub depcomp install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/config-if-present.m4 \
$(top_srcdir)/m4/rtems-bsplist.m4 \