diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
commit | 6c8810f07de30e1895fbd0b82401f3dec19746da (patch) | |
tree | f5eb04c163171a6edef3d0fba3fbed4652ff9fbf /net/openldap/files/patch-ac | |
parent | Update to version 4.0.8. (diff) |
Update to version 1.2.10.
PR: 18841
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Notes
Notes:
svn path=/head/; revision=28857
Diffstat (limited to 'net/openldap/files/patch-ac')
-rw-r--r-- | net/openldap/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openldap/files/patch-ac b/net/openldap/files/patch-ac new file mode 100644 index 000000000000..e491cbc8c38d --- /dev/null +++ b/net/openldap/files/patch-ac @@ -0,0 +1,12 @@ +--- build/lib.mk~ Thu Jan 7 18:36:30 1999 ++++ build/lib.mk Thu May 25 22:58:26 2000 +@@ -27,7 +27,8 @@ + clean-common: FORCE + $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \ + $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \ +- *.o *.lo a.out core version.c .libs/* ++ *.o *.lo a.out core version.c .libs/* \ ++ ../`$(BASENAME) $(LIBRARY) .la`.so* + + depend-common: FORCE + $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS) |