Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | ## -*-makefile-*- |
michael@0 | 2 | ## Copyright (c) 2003, International Business Machines Corporation and |
michael@0 | 3 | ## others. All Rights Reserved. |
michael@0 | 4 | ## |
michael@0 | 5 | |
michael@0 | 6 | # Note, this is not a real mh- file. You got here because configure |
michael@0 | 7 | # (specifically, aclocal.m4) could not determine a suitable mh- file. |
michael@0 | 8 | # |
michael@0 | 9 | # Perhaps your platform wasn't detected- try changing aclocal.m4 and |
michael@0 | 10 | # re-running autoconf. |
michael@0 | 11 | # |
michael@0 | 12 | # If your platform is truly new/different: |
michael@0 | 13 | # As a start, try copying mh-linux (which is fairly generic) over this |
michael@0 | 14 | # file, and re-run config.status. |
michael@0 | 15 | |
michael@0 | 16 | %.$(STATIC_O) %.o %.$(STATIC_O) %.o ../data/%.o %.d %.d %.$(SO).$(SO_TARGET_VERSION_MAJOR) %.$(SO): |
michael@0 | 17 | @echo |
michael@0 | 18 | @echo |
michael@0 | 19 | @echo "*** ERROR - configure could not detect your platform" |
michael@0 | 20 | @echo "*** see the readme.html" |
michael@0 | 21 | @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown" |
michael@0 | 22 | @echo "*** and editing it." |
michael@0 | 23 | @echo |
michael@0 | 24 | @echo |
michael@0 | 25 | exit 1 |
michael@0 | 26 | |
michael@0 | 27 |