summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-08-04 02:33:58 +0000
committerKenneth Russel <[email protected]>2003-08-04 02:33:58 +0000
commita13912a2f6230aed46f97918987cd64f16dcb725 (patch)
tree20995cdc91138631708adda78769973ef4d65040 /make
parenta73a3eb708cdbee936a5bc6f286c85f68e2c0e5f (diff)
Updated TODO and fixed bug in default build.xml rule
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@43 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml4
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>