]> git.openfabrics.org - ~adrianc/mstflint.git/commitdiff
rename utility mstdump -> mstregdump
authorMichael S. Tsirkin <mst@mellanox.co.il>
Thu, 4 Jan 2007 12:27:36 +0000 (14:27 +0200)
committerMichael S. Tsirkin <mst@mellanox.co.il>
Thu, 4 Jan 2007 12:27:36 +0000 (14:27 +0200)
Makefile

index 35479a8e419519ceb038aefddff59dee84bd57ab..c0fb4c8ca7560ac2217c2cfa30d0721b67c5fee0 100644 (file)
--- 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