diff options
| author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-07 15:53:35 +0000 |
|---|---|---|
| committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-07 15:53:35 +0000 |
| commit | b96c28f064d2fc080fd661964975dd871ccdd8fd (patch) | |
| tree | be9b46969528397f778cd13f25ce0efd10a5b519 | |
| parent | 617af4150a7173304c6c5bd6497fccb9ab97910e (diff) | |
| download | ppe42-gcc-b96c28f064d2fc080fd661964975dd871ccdd8fd.tar.gz ppe42-gcc-b96c28f064d2fc080fd661964975dd871ccdd8fd.zip | |
* config/t-netbsd (USER_H): Revert previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62523 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 cbf69e62fdd..9279f2d1195 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 919543ad427..fa2a4886320 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 |

