From 0dffb6541632267f5c9e495e6c17c3e971ceb5b0 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 10 Dec 2005 01:40:09 +0000 Subject: [PATCH] os_calls.c and d3des.c make check --- vnc/Makefile | 4 ++-- 1 file 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: