summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27f51a087..1583f37ca 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ distgen:
distorg:
rm -f $(JARTOC) && \
- ($(FIND) org -name \*.class -print > $(JARTOC)) && \
+ ($(FIND) src/org -name \*.class -print > $(JARTOC)) && \
($(TAR) -cf - -T $(JARTOC) | (cd $(JARTEMP); $(TAR) -xf - ))
$(TARGETS:%=%subs): %subs :