Apply suggested fix to:

1.2.10 build problems under Digital UNIX 4.0D (ITS#590)
This commit is contained in:
Kurt Zeilenga 2000-06-16 20:46:18 +00:00
parent 1048a57853
commit 5e4d9d028a
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ Changes included in OpenLDAP 1.2.12 Engineering
Fixed Pth initialization bug
Fixed libldap/add mod_bvalues typo
Build Environment
Remove extra Digital UNIX symbol (ITS#590)
Ignore make clean rm failure
Changes included in OpenLDAP 1.2.11

View file

@ -64,7 +64,7 @@ libbackends.a: .backend
mv $$j $${pre}$$j; \
done; \
$(AR) ruv libbackends.a *.o 2>&1 | grep -v truncated; \
$(RM) *.o __.SYMDEF; \
$(RM) *.o __.SYMDEF ________64ELEL_ ; \
echo "added backend library $$i"; \
); \
done