diff options
author | Greg Stein <gstein@apache.org> | 2000-10-07 08:21:15 +0000 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-10-07 08:21:15 +0000 |
commit | 9e4a375f4fe279592ed247cbc78a33714117f4c9 (patch) | |
tree | 5b0ac5a7ed71ea9cb17df291e8257f16891e6032 /misc | |
parent | ad255c1bfd1a7ca8955ac48434919ed8fc0eb7ef (diff) | |
download | apr-9e4a375f4fe279592ed247cbc78a33714117f4c9.tar.gz |
doc nit and I missed a change to Makefile.in.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unix/Makefile.in | 2 |
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) $< |