* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
authorJason Thorpe <thorpej@wasabisystems.com>
Wed, 4 Dec 2002 01:33:38 +0000 (01:33 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Wed, 4 Dec 2002 01:33:38 +0000 (01:33 +0000)
From-SVN: r59795

gcc/ChangeLog
gcc/config/t-netbsd

index 73406ad7266cab5c5e1d35c551651d9bd0d50fc3..88cf1472eab49c8b1e1b5be666cfd9cec30a41f2 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 fa2a4886320946eeb3b00198abbf7098a5ea5a15..919543ad42726e7c00686dc9c83debccace38cc7 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