changeset 1162 | 0eb72b6aea56 |
parent 1161 | 3a209f585a3f |
child 1163 | 0de695c3558f |
--- a/jdk/make/common/shared/Defs.gmk Wed Sep 10 09:31:16 2008 -0700 +++ b/jdk/make/common/shared/Defs.gmk Wed Sep 10 09:48:41 2008 -0700 @@ -549,14 +549,6 @@ else ANT = $(ANT_HOME)/bin/ant endif -ifeq ($(FINDBUGS_HOME),) - FINDBUGS_HOME := $(call DirExists,/usr/share/findbugs,$(JDK_DEVTOOLS_DIR)/share/findbugs/latest,) -endif -ifeq ($(FINDBUGS_HOME),) - FINDBUGS = findbugs -else - FINDBUGS = $(FINDBUGS_HOME)/bin/findbugs -endif ifdef ALT_COPYRIGHT_YEAR COPYRIGHT_YEAR = $(ALT_COPYRIGHT_YEAR)