commit: 59107e0a4fd0c266417d2c8f3082b4abb7b9c6ff Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Jun 10 11:48:30 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Jun 10 11:48:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=59107e0a
Revert "allow clang-cpp" This reverts commit 4a97472903679c7d85ca391aeedaea3ce7797acf. 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 f7e7653..941edfb 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
