summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-10-07 08:21:15 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-10-07 08:21:15 +0000
commit6a54acc1fccc28f5e9b95133cbf4f825f065daf0 (patch)
tree5b0ac5a7ed71ea9cb17df291e8257f16891e6032 /misc
parente736cab7125f050c1ec55e930dbd591dd34184fa (diff)
downloadlibapr-6a54acc1fccc28f5e9b95133cbf4f825f065daf0.tar.gz
doc nit and I missed a change to Makefile.in.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60560 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 8cf7c3f26..0cea0439d 100644
--- a/misc/unix/Makefile.in
+++ b/misc/unix/Makefile.in
@@ -18,7 +18,7 @@ INCLUDES=-I$(INCDIR1) -I$(INCDIR2) -I$(INCDIR3) -I$(INCDIR4) -I.
#LIB=libmisc.a
OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o canonerr.o \
- uuid.c getuuid.c
+ uuid.o getuuid.o
.c.o:
$(CC) $(CFLAGS) -c $(INCLUDES) $<