This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Xtensa] remove redundant dependency


I've committed this patch to remove a makefile dependency that is no longer needed.

2008-08-05 Bob Wilson <bob.wilson@acm.org>

* config/xtensa/t-xtensa: Remove dependency for gt-xtensa.h.
Index: config/xtensa/t-xtensa
===================================================================
--- config/xtensa/t-xtensa	(revision 138651)
+++ config/xtensa/t-xtensa	(working copy)
@@ -22,4 +22,3 @@
 	-c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/xtensa/crtn.asm
 
 $(out_object_file): gt-xtensa.h
-gt-xtensa.h : s-gtype ; @true

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]