aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-11-17 01:33:15 +0000
committerjtauber <jtauber@unknown>1999-11-17 01:33:15 +0000
commit7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f (patch)
treeaec483a465953d977671fcc47d1521c4a223fe0c /Makefile.rules
parentc52d0e5d3b95f2b97090cf9b431c3b8f02b1702a (diff)
downloadxmlgraphics-fop-7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f.tar.gz
xmlgraphics-fop-7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f.zip
PR:
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 0eb223b63..c3ac5ff65 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -8,7 +8,7 @@ JAVAC = javac
#JAVAC_ARGS = -g $(BASEDIR)/generated:$(CLASSPATH)
# following class path is for CygWin bash
-JAVAC_ARGS = -g:none -classpath "$(BASEDIR)/generated;$(CLASSPATH)"
+JAVAC_ARGS = -g:none -classpath "$(BASEDIR)/src;$(BASEDIR)/generated;$(CLASSPATH)"
FIND=find
TAR=tar