From 625de9525b2ae122e9f2c30fc56aad7c021e4d94 Mon Sep 17 00:00:00 2001 From: jtauber Date: Thu, 18 Nov 1999 06:02:27 +0000 Subject: PR: Obtained from: Submitted by: Reviewed by: PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193227 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 : -- cgit v1.2.3