diff options
author | Kim Hagen <khagen@multi-development.com> | 2014-08-25 14:48:40 +0200 |
---|---|---|
committer | Kim Hagen <khagen@multi-development.com> | 2014-08-25 14:48:40 +0200 |
commit | d6716dd0fc5af1179fc70c6fef4123b1af8906e8 (patch) | |
tree | 4bb6d9deb204b9a0cf661c31d777132afc1b9693 | |
parent | 6cdf663d049734182aa993d3873330b8da6c657b (diff) | |
download | vyos-opennhrp-d6716dd0fc5af1179fc70c6fef4123b1af8906e8.tar.gz vyos-opennhrp-d6716dd0fc5af1179fc70c6fef4123b1af8906e8.zip |
Revert "Use pwd to fix compilation errors"
This reverts commit 9411b5673eeb3cc97125af489f90b33b14fb5739.
-rw-r--r-- | Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ LDFLAGS_ALL += $(LDFLAGS) export CC LD INSTALL INSTALLDIR CFLAGS_ALL LDFLAGS_ALL -build := $(pwd) +build := endif |