summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vnc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc/Makefile b/vnc/Makefile
index cd9df297..39843243 100644
--- a/vnc/Makefile
+++ b/vnc/Makefile
@@ -23,10 +23,10 @@ vnc: $(VNCOBJ)
clean:
rm -f $(VNCOBJ) libvnc.so
-os_calls.o:
+os_calls.o: ../common/os_calls.c
$(CC) $(C_OS_FLAGS) ../common/os_calls.c
-d3des.o:
+d3des.o: ../common/d3des.c
$(CC) $(C_OS_FLAGS) ../common/d3des.c
install: