diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bin/c++11/.gitignore | 1 | ||||
-rw-r--r-- | cpp/config/Make.rules | 4 | ||||
-rw-r--r-- | cpp/lib/c++11/.gitignore | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/cpp/bin/c++11/.gitignore b/cpp/bin/c++11/.gitignore deleted file mode 100644 index 39af5887579..00000000000 --- a/cpp/bin/c++11/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# Dummy file, so that git retains this otherwise empty directory. diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 83c9b68191d..d9a94226f81 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -161,8 +161,8 @@ else include $(top_srcdir)/../config/Make.common.rules endif -bindir = $(top_srcdir)/bin$(cpp11suffix) -libdir = $(top_srcdir)/lib$(cpp11suffix) +bindir = $(top_srcdir)/bin +libdir = $(top_srcdir)/lib headerdir = $(top_srcdir)/include # diff --git a/cpp/lib/c++11/.gitignore b/cpp/lib/c++11/.gitignore deleted file mode 100644 index 39af5887579..00000000000 --- a/cpp/lib/c++11/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# Dummy file, so that git retains this otherwise empty directory. |