summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-01-21 12:45:44 +0100
committerTobias Klauser <tklauser@distanz.ch>2021-01-21 12:45:44 +0100
commit80d81ba6b64a723d4167e29681820e7d3cc41e35 (patch)
treeb18001a35dd05081497670e1151a54dc4d97cc3e
parent3dc80f7b012e31c8489aeb74f2e86869a40d307b (diff)
.bashrc: remove NACL_{INC,LIB}_DIR
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index b84a59a..f9fc24b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -105,6 +105,3 @@ export PATH=$HOME/bin:$PATH
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
-
-export NACL_INC_DIR=/home/tobiask/nacl/nacl-20110221/build/ziws06/include/amd64
-export NACL_LIB_DIR=/home/tobiask/nacl/nacl-20110221/build/ziws06/lib/amd64
on build in the past and was fixed up with commit 8e2faea877eb ("Make Documenation depend on headers_install"). This adds an identical Makefile dependency for the samples/ subdirectory. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile