diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-04-07 13:11:12 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-04-07 13:11:12 +0000 |
commit | 53812c2bc8b947d9b012d94e08efa17eda11e20d (patch) | |
tree | 971cbfec0a7f350e69c4d9cd7a956bf0ffc3ff86 /usr/src/tools/ctf | |
parent | 9878d862e3fea77f1e5e392a799e8f760b6adbfe (diff) | |
download | illumos-joyent-53812c2bc8b947d9b012d94e08efa17eda11e20d.tar.gz |
Fix merge issue
Diffstat (limited to 'usr/src/tools/ctf')
-rw-r--r-- | usr/src/tools/ctf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/ctf/Makefile b/usr/src/tools/ctf/Makefile index 9d5ec2f099..e31268df97 100644 --- a/usr/src/tools/ctf/Makefile +++ b/usr/src/tools/ctf/Makefile @@ -26,7 +26,7 @@ include ../Makefile.tools -SUBDIRS = cvt dump stabs scripts ctfstrip libctf ctfdiff ctfmerge ctfdump +SUBDIRS = cvt stabs ctfstrip libctf ctfdiff ctfmerge ctfdump .PARALLEL: $(SUBDIRS) |