summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@illythia.matthew.ath.cx>2007-12-21 15:16:05 +0000
committerMatthew Johnson <mjj29@illythia.matthew.ath.cx>2007-12-21 15:16:05 +0000
commit4f69644ac42412d4325b539970d0c282d490b135 (patch)
treef3ae89651dc2891d0c8e7e1d41162e305fa8da17 /Makefile
parent4eb9f7cfb7a7b420d915f492202d6a586c2ef236 (diff)
.viewerclasses needs to depend on .binclasses
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bae751b..5017293 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ binclasses: .binclasses
mkdir -p classes
$(JAVAC) -cp classes:${JAVAUNIXJARDIR}/debug-$(DEBUG).jar:${JAVAUNIXJARDIR}/hexdump.jar:$(CLASSPATH) -d classes $(JCFLAGS) $(SRCDIR)/dbus/test/*.java
touch .testclasses
-.viewerclasses: $(SRCDIR)/dbus/viewer/*.java .classes
+.viewerclasses: $(SRCDIR)/dbus/viewer/*.java .classes .binclasses
mkdir -p classes
$(JAVAC) -cp classes:$(CLASSPATH):${JAVAUNIXJARDIR}/unix.jar:${JAVAUNIXJARDIR}/debug-$(DEBUG).jar:${JAVAUNIXJARDIR}/hexdump.jar -d classes $(JCFLAGS) $(SRCDIR)/dbus/viewer/*.java
touch .viewerclasses