From: Michael S. Tsirkin Date: Thu, 4 Jan 2007 12:27:36 +0000 (+0200) Subject: rename utility mstdump -> mstregdump X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4e0c35070355b6a1ce5224d92ca3af45ef2d187a;p=~adrianc%2Fmstflint.git rename utility mstdump -> mstregdump --- diff --git a/Makefile b/Makefile index 35479a8..c0fb4c8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ EXTRA_LOADLIBES=-lz LOADLIBES+=${EXTRA_LOADLIBES} all: default -bin: mstflint mread mwrite mstdump +bin: mstflint mread mwrite mstregdump default: bin static: bin @@ -34,8 +34,8 @@ mwrite: mwrite.c mtcr.h mread: mread.c mtcr.h $(CC) ${CFLAGS} mread.c -o mread -mstdump: mstdump.c mtcr.h - $(CC) ${CFLAGS} mstdump.c -o mstdump +mstregdump: mstdump.c mtcr.h + $(CC) ${CFLAGS} mstdump.c -o mstregdump clean: - rm -f mstflint mread mwrite mstflint.o + rm -f mstregdump mstflint mread mwrite mstflint.o