OSDN Git Service

* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Dec 2002 01:33:38 +0000 (01:33 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Dec 2002 01:33:38 +0000 (01:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59795 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/t-netbsd

index 73406ad..88cf147 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-03  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
+
 2002-12-03  Aldy Hernandez  <aldyh@redhat.com>
 
         * config/rs6000/spe.md (*movv1di_const0): New pattern.
index fa2a488..919543a 100644 (file)
@@ -1,5 +1,9 @@
 # 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