about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-06 12:44:01 +0000
committerRoland McGrath <roland@gnu.org>2006-01-06 12:44:01 +0000
commitc913bb2cc433d8803c1f9d33634985167e45a080 (patch)
treef3b7ca549186b4dbc7153abf4d53f082f28f637e
parentca2e078f95c58a26ea8cccda9ab1e90d5b891ed9 (diff)
downloadglibc-c913bb2cc433d8803c1f9d33634985167e45a080.tar.gz
glibc-c913bb2cc433d8803c1f9d33634985167e45a080.tar.xz
glibc-c913bb2cc433d8803c1f9d33634985167e45a080.zip
* Makeconfig (+gnu-stabs): Remove ancient cruft.
-rw-r--r--ChangeLog2
-rw-r--r--Makeconfig4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 46e190cf73..577a231780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-01-06  Roland McGrath  <roland@redhat.com>
 
+	* Makeconfig (+gnu-stabs): Remove ancient cruft.
+
 	[BZ #2103]
 	* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_HWX25): Corrected macro
 	name (was typo ARPHDR_HWX25).
diff --git a/Makeconfig b/Makeconfig
index 67f85c0905..20b79b1ae2 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 1991-2003,2004,2005,2006 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -742,8 +742,6 @@ endif
 endif
 ASFLAGS += $(ASFLAGS-config)
 
-+gnu-stabs = $(shell echo>&2 '*** BARF ON ME')
-
 ifndef BUILD_CC
 BUILD_CC = $(CC)
 endif