]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix Makefile dependencies.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 14:09:19 +0000 (14:09 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 14:09:19 +0000 (14:09 +0000)
* Makefile.in: Fix gcov dependencies that should
not point to a build folder.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223981 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index ae19db5358a85fb9fb176b6158ac5ffbef43074d..daf647637e4b0c90676c833916f9c439acdf94a0 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-01  Vidya Praveen  <vidya.praveen@atmel.com>
+
+       * Makefile.in: Fix gcov dependencies that should
+       not point to a build folder.
+
 2015-06-01  Richard Biener  <rguenther@suse.de>
 
        Revert
index b59b5d9e6e9773f2bde01641a5d9c7a84fd396f0..952f285dae0a989fb044e570050b421667d0447a 100644 (file)
@@ -2667,7 +2667,7 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) $(DEVPHASE)
 GCOV_OBJS = gcov.o
 gcov$(exeext): $(GCOV_OBJS) $(LIBDEPS)
        +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) $(GCOV_OBJS) \
-               build/hash-table.o ggc-none.o $(LIBS) -o $@
+               hash-table.o ggc-none.o $(LIBS) -o $@
 GCOV_DUMP_OBJS = gcov-dump.o
 gcov-dump$(exeext): $(GCOV_DUMP_OBJS) $(LIBDEPS)
        +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) $(GCOV_DUMP_OBJS) \