From 253c3ae70674daa4ad619c2dd66ad8b0c02af908 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Aug 2008 23:18:28 +0200 Subject: [PATCH] Makefile: print codepagedir in "make showlayout". Michael (cherry picked from commit a823733b91958adf938214113e6875315c6ae5b2) --- source/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Makefile.in b/source/Makefile.in index d0eba62d75d..0a5ede52545 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2548,6 +2548,7 @@ showlayout:: @echo " lockdir: $(LOCKDIR)" @echo " piddir: $(PIDDIR)" @echo " swatdir: $(SWATDIR)" + @echo " codepagedir: $(CODEPAGEDIR)" uninstall:: uninstallman uninstallservers uninstallbin @UNINSTALL_CIFSMOUNT@ @UNINSTALL_CIFSUPCALL@ uninstallscripts uninstalldat uninstallswat uninstallmodules uninstalllibs @UNINSTALL_PAM_MODULES@ -- 2.11.4.GIT