diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 : |