add forgotten patchfile

This commit is contained in:
Edwin Groothuis 2007-04-01 22:31:11 +00:00
parent a5b0f00d2b
commit 874baaf951
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188962

View File

@ -0,0 +1,11 @@
--- md5/Makefile.orig Mon Apr 2 08:25:54 2007
+++ md5/Makefile Mon Apr 2 08:26:00 2007
@@ -6,7 +6,7 @@
all: md5.o
md5.o: md5.c
- ${CC} ${CFLAGS} -I.. -fPIC -o md5.o -c -s md5.c
+ ${CC} ${CFLAGS}. -I.. -fPIC -o md5.o -c -s md5.c
clean:
rm -f *.o *.so.1 *.a