diff options
author | jsorg71 <jsorg71> | 2008-03-16 23:57:20 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-03-16 23:57:20 +0000 |
commit | 6385d06f9b06921f153001903716be863d063ae7 (patch) | |
tree | a521abcfe89f52f9aba36e94c81ac3f7925df934 /vnc | |
parent | 46058706f78d86e559a6fa4321c6a63b870c1e0d (diff) | |
download | xrdp-proprietary-6385d06f9b06921f153001903716be863d063ae7.tar.gz xrdp-proprietary-6385d06f9b06921f153001903716be863d063ae7.zip |
need tabs
Diffstat (limited to 'vnc')
-rw-r--r-- | vnc/Makefile.osx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vnc/Makefile.osx b/vnc/Makefile.osx index 522f2d38..158daa0c 100644 --- a/vnc/Makefile.osx +++ b/vnc/Makefile.osx @@ -21,17 +21,17 @@ CC = gcc all: $(VNCLIB) $(VNCLIB): $(VNCOBJ) - $(CC) $(LDFLAGS) -o $(VNCLIB) $(VNCOBJ) $(LIBS) + $(CC) $(LDFLAGS) -o $(VNCLIB) $(VNCOBJ) $(LIBS) clean: - rm -f $(VNCOBJ) $(VNCLIB) + rm -f $(VNCOBJ) $(VNCLIB) os_calls.o: ../common/os_calls.c - $(CC) $(C_OS_FLAGS) ../common/os_calls.c + $(CC) $(C_OS_FLAGS) ../common/os_calls.c d3des.o: ../common/d3des.c - $(CC) $(C_OS_FLAGS) ../common/d3des.c + $(CC) $(C_OS_FLAGS) ../common/d3des.c install: - install $(VNCLIB) $(DESTDIR)/$(VNCLIB) + install $(VNCLIB) $(DESTDIR)/$(VNCLIB) |