summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnicronNL <UnicronNL@users.noreply.github.com>2014-08-25 13:50:28 +0200
committerUnicronNL <UnicronNL@users.noreply.github.com>2014-08-25 13:50:28 +0200
commit9411b5673eeb3cc97125af489f90b33b14fb5739 (patch)
treeb1af081f0606873cac95fcd809da1a7c5a51a28e
parent9fc08a56dab853336d3e1899105df7dc655e7e33 (diff)
downloadvyos-opennhrp-9411b5673eeb3cc97125af489f90b33b14fb5739.tar.gz
vyos-opennhrp-9411b5673eeb3cc97125af489f90b33b14fb5739.zip
Use pwd to fix compilation errors
-rw-r--r--Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.rules b/Make.rules
index 5c30966..4caa3ee 100644
--- a/Make.rules
+++ b/Make.rules
@@ -78,7 +78,7 @@ LDFLAGS_ALL += $(LDFLAGS)
export CC LD INSTALL INSTALLDIR CFLAGS_ALL LDFLAGS_ALL
-build :=
+build := $(pwd)
endif