nss-pam-ldapd commit: r1785 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1785 - nss-pam-ldapd/pynslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1785 - nss-pam-ldapd/pynslcd
- Date: Sat, 13 Oct 2012 15:02:26 +0200 (CEST)
Author: arthur
Date: Sat Oct 13 15:02:26 2012
New Revision: 1785
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1785&view=revision
Log:
use $(top_srcdir)/nslcd.h instead of $< to avoid problems with FreeBSD's make
Modified:
nss-pam-ldapd/pynslcd/Makefile.am
Modified: nss-pam-ldapd/pynslcd/Makefile.am
==============================================================================
--- nss-pam-ldapd/pynslcd/Makefile.am Sat Oct 13 14:15:32 2012 (r1784)
+++ nss-pam-ldapd/pynslcd/Makefile.am Sat Oct 13 15:02:26 2012 (r1785)
@@ -44,4 +44,4 @@
echo "# See that file for details." ; \
echo "" ; \
sed -n 's| */\*.*\*/ *||;s/^.define *\(NSLCD_[A-Z_]*\) */\1 = /p' \
- $< ) > $@
+ $(top_srcdir)/nslcd.h ) > $@
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1785 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project