commit c99867c9e05dd31fce28ae16aad083e893514f5a
parent fbe3f344c14d002316338a38d35f7227e94f2844
Author: Russ Cox <rsc@swtch.com>
Date: Tue, 3 Jun 2014 14:30:52 -0400
upas/common: rename aux to auxx
TBR=rsc
https://codereview.appspot.com/107760043
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/upas/common/aux.c b/src/cmd/upas/common/auxx.c
diff --git a/src/cmd/upas/common/mkfile b/src/cmd/upas/common/mkfile
@@ -4,7 +4,7 @@ LIB=libcommon.a
OFILES=\
appendfiletombox.$O\
- aux.$O\
+ auxx.$O\
config.$O\
libsys.$O\
mail.$O\