summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-06 18:44:36 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-06 18:44:36 -0400
commit7e01abb99f835440bfac61761c65ea68e58191d6 (patch)
tree0ae47286be170c3153ee6aaaef1b9ca2f1cbe363
parent6522999541167189cf9a44cac60af6f976e1ddc4 (diff)
minor touch up
-rw-r--r--rules/jsr305/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/jsr305/Makefile b/rules/jsr305/Makefile
index 9317412..b45641f 100644
--- a/rules/jsr305/Makefile
+++ b/rules/jsr305/Makefile
@@ -10,7 +10,7 @@ TOUCH = touch
all: PHONY build
-build: src $(shell $(FIND) src)
+build: $(shell $(FIND) src)
$(ANT) jars || { $(RM) -r build; exit 1; }
$(TOUCH) $@