diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 0118fbbb5..7875f57cc 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1029,10 +1029,10 @@ <!-- - Inform the user that one of the platform targets should be used. --> - <target name="all" depends="init"> + <target name="all"> <fail> -Use a platform specific target: win32.vc6, win32.vc7, win32.mingw, linux, macosx +Use a platform specific target: linux, macosx, solaris, win32.vc6, win32.vc7, win32.mingw </fail> </target> |