From c3290aae5406e334830009cf5ce8d64d551e0f58 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 17 Jul 2007 01:15:39 +0100 Subject: Use objdump -t for symcheck; it allows us to take the symbol section into account (and so remove the false positives due to .tbl.* symbols). --- src/Makefile.housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index ff52de1d3..ccf4dc11b 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -454,7 +454,7 @@ CLEANUP += TAGS* # SYMTAB = $(BIN)/symtab $(SYMTAB) : $(BLIB) - $(NM) -o -S $< > $@ + $(OBJDUMP) -w -t $< > $@ CLEANUP += $(BIN)/symtab -- cgit v1.2.3-55-g7522