summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 20:01:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 20:01:15 +0000
commit9f8dbd5436884ed5fff24e35db322ecf497bf869 (patch)
tree76f43ae476f74e06d2788e68c25e4ad24c9212bc
parent2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadlibbsdport-9f8dbd5436884ed5fff24e35db322ecf497bf869.tar.bz2
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, makefile.top.in: Do not have bge driver yet.
-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 \