From 6a54acc1fccc28f5e9b95133cbf4f825f065daf0 Mon Sep 17 00:00:00 2001 From: gstein Date: Sat, 7 Oct 2000 08:21:15 +0000 Subject: 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 --- misc/unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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) $< -- cgit v1.2.1