diff options
Diffstat (limited to 'languages/java/app_templates/superwaba/src-Makefile')
-rw-r--r-- | languages/java/app_templates/superwaba/src-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/java/app_templates/superwaba/src-Makefile b/languages/java/app_templates/superwaba/src-Makefile index 84b55ece..f2a2a1ab 100644 --- a/languages/java/app_templates/superwaba/src-Makefile +++ b/languages/java/app_templates/superwaba/src-Makefile @@ -114,7 +114,7 @@ WABAEXTRADIR = $(WABADIR)/superwaba ################################################################################ # the classpath will have to tell java where to find the waba stuff. # -# the CLASSPATH here is set to let java find +# the CLASSPATH here is set to let java tqfind # - the classes it needs to produce the executable class files # - the waba.applet class, Warp.class, and Exegen.class # @@ -198,7 +198,7 @@ $(PDBFILE): $(MAINCLASS) $(EXTRACLASSES) # $(PDBFILE): $(MAINCLASS) $(EXTRACLASSES) # $(WARP) $(WARPFLAGS) $(PDBBASENAME) $(MAINCLASS) $(EXTRACLASSES) -# Below, we just tell make how to create foo.class if it can find +# Below, we just tell make how to create foo.class if it can tqfind # foo.java %.class: %.java |