aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow/Makefile
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-12-04 08:18:25 +0000
committerjtauber <jtauber@unknown>1999-12-04 08:18:25 +0000
commit57aba22320ee3e3dc7fda70d7de051d775bcfae1 (patch)
treee1d23b5589ed230a3234d48472382768dcbc5f51 /src/org/apache/fop/fo/flow/Makefile
parentd08acd57bae9a4969595aa38148e7ac8199e81e4 (diff)
downloadxmlgraphics-fop-57aba22320ee3e3dc7fda70d7de051d775bcfae1.tar.gz
xmlgraphics-fop-57aba22320ee3e3dc7fda70d7de051d775bcfae1.zip
at Chris Maden's suggestion, fixed bottom-level Makefiles to not try and recurse into sub directories as it leads to syntax illegal in some shells
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/flow/Makefile')
-rw-r--r--src/org/apache/fop/fo/flow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/flow/Makefile b/src/org/apache/fop/fo/flow/Makefile
index 8615c2ef5..367affc1c 100644
--- a/src/org/apache/fop/fo/flow/Makefile
+++ b/src/org/apache/fop/fo/flow/Makefile
@@ -27,9 +27,9 @@ SOURCES=Block.java \
CLASSES=$(SOURCES:.java=.class)
-all: $(CLASSES) allsubs
+all: $(CLASSES)
-clean: cleanme cleansubs
+clean: cleanme
cleanme:
rm -f *.class