Makefile question

2009-02-12 Thread Jacob Floyd
Hello, Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java cd $(

Re: Makefile question

2009-02-12 Thread Andi Vajda
On Thu, 12 Feb 2009, Jacob Floyd wrote: Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/regex/src/java/org/apache/r

Re: Makefile question

2009-02-12 Thread Andi Vajda
On Thu, 12 Feb 2009, Andi Vajda wrote: On Thu, 12 Feb 2009, Jacob Floyd wrote: Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/