commit:     4a97472903679c7d85ca391aeedaea3ce7797acf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 21:37:16 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 21:37:16 2020 +0000
URL:        https://gitweb.gentoo.org/proj/pambase.git/commit/?id=4a974729

allow clang-cpp

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 39f0082..9afc842 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Reset this to 'cpp' so it gets traditional syntax; cc -E will not work
 # properly.
-CPP=cpp
+CPP?=cpp
 
 # The pam.d file to create
 PAMD=login passwd su system-auth system-login system-local-login 
system-remote-login system-services other

Reply via email to