diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-31 23:36:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-31 23:36:45 +0900 |
commit | b12236eae44dd2be91f5921501d1358a7ab53e4c (patch) | |
tree | d3e508c2709942fc48c5f2a3f230efb810086469 /Makefile.in | |
parent | a60ce8b60d5c6f672c730a0b2c159d405124f7a7 (diff) |
do not source *.Set.sh
according to commit 22d9caecc978a5739ddd1430fd26abe06454726c
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ac01221c5a12..dcc7b86d46b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,7 +93,6 @@ endif install: @. ./Env.Host.sh && \ - @. ./*[Ee]nv.[Ss]et.sh && \ echo "Installing in @INSTALLDIR@..." && \ ooinstall "@INSTALLDIR@" && \ echo "" && \ |