* Makefile.in (gprof): Depend on $(LIBS).

This commit is contained in:
Jeff Law 1994-06-23 17:23:30 +00:00
parent aaa52579c7
commit 15aca51186
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 23 11:22:41 1994 Jeff Law (law@snake.cs.utah.edu)
* Makefile.in (gprof): Depend on $(LIBS).
Fri May 27 12:24:57 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
From binutils-2.4 release:

View File

@ -96,7 +96,7 @@ install:
|| $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof;
gprof: $(OBJS)
gprof: $(OBJS) $(LIBS)
$(CC) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS)
mostlyclean: