diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-09-16 21:40:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-09-16 21:48:28 +0300 |
commit | 3f49965d5726edd895e159a7217f0ad93ab18547 (patch) | |
tree | 5c82db46a804d9bb89165279f1216c651a92e85e /Makefile.in | |
parent | 3552325bacedba89e5165ac4f0e7b805ad162e97 (diff) |
Match winenv.set.sh with lower-case e and s on Windows
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 313f1e6d63a5..978e19301cba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,20 +3,20 @@ SHELL=/bin/sh all: - . ./*Env.Set.sh && \ + . ./*[Ee]nv.[Ss]et.sh && \ ./bootstrap && \ cd instsetoo_native && ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@ distclean: - . ./*Env.Set.sh && \ + . ./*[Ee]nv.[Ss]et.sh && \ dmake distclean clean: - . ./*Env.Set.sh && \ + . ./*[Ee]nv.[Ss]et.sh && \ dmake clean - + dev-install: - . ./*Env.Set.sh && \ + . ./*[Ee]nv.[Ss]et.sh && \ cd $$SRC_ROOT/instsetoo_native/util && \ LOCALINSTALLDIR=$$SRC_ROOT/install dmake openoffice_en-US PKGFORMAT=installed && \ $$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US $$SRC_ROOT && \ |