Commit 003f2d34 by Vidya Praveen Committed by Martin Liska

Fix Makefile dependencies.

	* Makefile.in: Fix gcov dependencies that should
	not point to a build folder.

From-SVN: r223981
parent 633343a8
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
......
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment