diff options
-rw-r--r-- | cpp/include/IceGrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceGrid/Makefile b/cpp/include/IceGrid/Makefile index 29b0b8a7487..17f48b6aba1 100644 --- a/cpp/include/IceGrid/Makefile +++ b/cpp/include/IceGrid/Makefile @@ -12,7 +12,7 @@ top_srcdir = ../.. include $(top_srcdir)/config/Make.rules install:: - @if test ! -d $(install_includedir)/Ice ; \ + @if test ! -d $(install_includedir)/IceGrid ; \ then \ echo "Creating $(install_includedir)/IceGrid..." ; \ $(call mkdir,$(install_includedir)/IceGrid) ; \ |