jdk/makefiles/GenerateJavaSources.gmk
changeset 18241 3e009b5be123
parent 14231 a0c23c1c010f
child 20547 453837141fac
child 22307 8860c4df071b
--- a/jdk/makefiles/GenerateJavaSources.gmk	Tue Feb 19 22:23:34 2013 -0800
+++ b/jdk/makefiles/GenerateJavaSources.gmk	Wed Mar 27 16:37:00 2013 +0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -67,7 +67,7 @@
 
 ifneq ($(OPENJDK_TARGET_OS),windows)
 include GensrcIcons.gmk
-GENSRC += $(GENSRC_X11_ICONS)
+GENSRC += $(GENSRC_AWT_ICONS)
 
 ifeq ($(OPENJDK_TARGET_OS),macosx)
 GENSRC += $(GENSRC_OSX_ICONS)