aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-06-15 21:11:07 +0000
committerJeff Burdges <burdges@gnunet.org>2015-06-15 21:11:07 +0000
commitc3efe2c94e26fe96bdf5935ce87e3944d62f8193 (patch)
tree390d12d8b63887eaaaaf30adac5d1476a977dc8b /src
parenta46cf4c29fbf527b16d1b2de75d01793320a400e (diff)
downloadgnunet-c3efe2c94e26fe96bdf5935ce87e3944d62f8193.tar.gz
gnunet-c3efe2c94e26fe96bdf5935ce87e3944d62f8193.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/gns/nss/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index e17c7fa3f..3589e770d 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -36,9 +36,9 @@ nss_LTLIBRARIES = \
36 libnss_gns6.la 36 libnss_gns6.la
37 37
38install-nssLTLIBRARIES: 38install-nssLTLIBRARIES:
39 LIBTOOL_SUDO_BINARY = $(SUDO_BINARY) 39 LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
40uninstall-nssLTLIBRARIES: 40uninstall-nssLTLIBRARIES:
41 LIBTOOL_SUDO_BINARY = $(SUDO_BINARY) 41 LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
42endif 42endif
43endif 43endif
44 44