From 4bde125560958f026216efa914bd90492c7cdc12 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 13 Feb 2003 23:58:54 +0000 Subject: [PATCH] Change "-Ddef" example to something harmless and hopefully more obvious. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 92311143cf..51bd3c5612 100644 --- a/INSTALL +++ b/INSTALL @@ -38,7 +38,7 @@ Making and Installing the OpenLDAP Distribution Variable Description Example CC C compiler gcc CFLAGS C flags -O -g - CPPFLAGS cpp flags -I/path/include -Ddef + CPPFLAGS cpp flags -I/path/include -DFOO=42 LDFLAGS ld flags -L/usr/local/lib LIBS libraries -llib PATH command path /usr/local/bin:/usr/bin:/bin -- 2.39.5