Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* debug/Makefile: Fix rules to generate pcprofiledump.
  • Loading branch information
Ulrich Drepper committed Oct 12, 1999
1 parent 43c1dd0 commit 08920a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1999-10-12 Ulrich Drepper <drepper@cygnus.com>

* debug/Makefile: Fix rules to generate pcprofiledump.

* include/ucontext.h: New file.

* locale/setlocale.c: Fix gcc warning about uninitialized variable.
Expand Down
2 changes: 1 addition & 1 deletion debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes))
libpcprofile-routines = pcprofile
libpcprofile-inhibit-o = $(filter-out .os,$(object-suffixes))

others = pcprofiledump
install-bin = pcprofiledump xtrace

include ../Makeconfig
Expand All @@ -60,7 +61,6 @@ $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
mv -f $@.new $@

$(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o
$(LINK.o) -o $@ $^

$(objpfx)xtrace: xtrace.sh
rm -f $@.new
Expand Down

0 comments on commit 08920a5

Please sign in to comment.