diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 865ebfcb5571d37181fc39fcbb60c289af3a8614..987262b037b0de48fc66c7d19970db4c0fcdb4f1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 28 10:56:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+	* configure.in (alpha*-*-netbsd): Fix typo.
+	* configure: Rebuilt.
+
 Fri Nov 27 12:28:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* system.h: Include libiberty.h.
diff --git a/gcc/configure b/gcc/configure
index 644bf0290d79905ca3929d57b2c5ae42e906641c..11b836712c121de86e816a6dc9ae883c81d1dc8e 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -2865,7 +2865,7 @@ for machine in $build $host $target; do
  		fi
 		;;
 	alpha*-*-netbsd*)
-		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
 		target_cpu_default="MASK_GAS"
 		tmake_file="alpha/t-crtbe"
 		extra_parts="crtbegin.o crtend.o"
diff --git a/gcc/configure.in b/gcc/configure.in
index 31ae7699a3e2eb3e221b0824f778084725c5678f..fb689e3770c82269a143c7c63983ed049b38bf50 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -572,7 +572,7 @@ changequote([,])dnl
  		fi
 		;;
 	alpha*-*-netbsd*)
-		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
 		target_cpu_default="MASK_GAS"
 		tmake_file="alpha/t-crtbe"
 		extra_parts="crtbegin.o crtend.o"