- Fix install

Pointed out by:	pointyhat via kris
This commit is contained in:
Sergey Matveychuk 2004-12-25 08:43:37 +00:00
parent 615ffb79ca
commit 59afaf2b29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125116

View File

@ -137,9 +137,9 @@ do-install:
${MKDIR} ${PREFIX}/include/\{\} \; ; \
${FIND} ace -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \
-o -name "*.cpp" \) \( -not -name "config-*.h" \
-o -name config-all.h -o -name config-lite.h -o \
-o -name config-all.h -o -name config-lite.h \
-o -name config-freebsd.h \
-name config-posix.h -o -name config-g++-common.h \) -exec \
-o -name config-posix.h -o -name config-g++-common.h \) -exec \
${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \;
.if !defined(WITHOUT_TAO)
@${ECHO_MSG} "Installing TAO headers into ${PREFIX}/include/tao"; \