diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2003-02-07 15:53:35 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2003-02-07 15:53:35 +0000 |
commit | 6713831e9a89150f69b6d68308154d640aaca748 (patch) | |
tree | be9b46969528397f778cd13f25ce0efd10a5b519 /gcc | |
parent | 10d2dbe209e9784468f950fb0e9ae49e179ee8d6 (diff) | |
download | gcc-6713831e9a89150f69b6d68308154d640aaca748.zip gcc-6713831e9a89150f69b6d68308154d640aaca748.tar.gz gcc-6713831e9a89150f69b6d68308154d640aaca748.tar.bz2 |
* config/t-netbsd (USER_H): Revert previous change.
From-SVN: r62523
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/t-netbsd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cbf69e6..9279f2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-07 Jason Thorpe <thorpej@wasabisystems.com> + + * config/t-netbsd (USER_H): Revert previous change. + 2003-02-07 Gabor Greif <ggreif@lucent.com> * doc/c-tree.texi (Namespaces): Fix typo. diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index 919543ad..fa2a488 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -1,9 +1,5 @@ # Don't run fixproto STMP_FIXPROTO = -# We don't want the base GCC user headers, but we do want -# any extras a target might specify. -USER_H = $(EXTRA_HEADERS) - # Always build crtstuff with PIC. CRTSTUFF_T_CFLAGS = -fPIC |