gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35933 - gnunet/src/gns/nss


From: gnunet
Subject: [GNUnet-SVN] r35933 - gnunet/src/gns/nss
Date: Mon, 15 Jun 2015 23:11:07 +0200

Author: burdges
Date: 2015-06-15 23:11:07 +0200 (Mon, 15 Jun 2015)
New Revision: 35933

Modified:
   gnunet/src/gns/nss/Makefile.am
Log:
Fix of last commit for non-GNU make, I think.

We'll try to fix  https://gnunet.org/bugs/view.php?id=3837  by hoping
that non-GNU makes can simulate target specific variables using shell
variables. 



Modified: gnunet/src/gns/nss/Makefile.am
===================================================================
--- gnunet/src/gns/nss/Makefile.am      2015-06-15 16:20:28 UTC (rev 35932)
+++ gnunet/src/gns/nss/Makefile.am      2015-06-15 21:11:07 UTC (rev 35933)
@@ -36,9 +36,9 @@
        libnss_gns6.la
 
 install-nssLTLIBRARIES:
-       LIBTOOL_SUDO_BINARY = $(SUDO_BINARY)
+       LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
 uninstall-nssLTLIBRARIES:
-       LIBTOOL_SUDO_BINARY = $(SUDO_BINARY)
+       LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
 endif
 endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]