summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 22:57:48 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 22:57:48 +0000
commitdd9a75a1791d6161fbfc5dd07770d88ae3251431 (patch)
treed45a58d1ffa388b0dd437a2eddf71aa9548f1615 /misc
parent1563dfd16924a7709486032c93578ec740143332 (diff)
downloadlibapr-dd9a75a1791d6161fbfc5dd07770d88ae3251431.tar.gz
Remove canonerr.c
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/Makefile.in b/misc/unix/Makefile.in
index edcccfdf6..ec50abb0e 100644
--- a/misc/unix/Makefile.in
+++ b/misc/unix/Makefile.in
@@ -10,7 +10,7 @@ DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
MKDEP=../../helpers/mkdep.sh
-OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o canonerr.o \
+OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o \
uuid.o getuuid.o
.c.o: