diff options
author | jsorg71 <jsorg71> | 2008-03-17 18:05:05 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-03-17 18:05:05 +0000 |
commit | 3ee71a2759692e49629c0edf468cac10ebbb3a4e (patch) | |
tree | 8c8a46aeb255d0ec8a88d1b53afba8af76d995a6 /sesman/tools | |
parent | a481b89ec8c0c728d3a966e98f701e31a0f061da (diff) | |
download | xrdp-proprietary-3ee71a2759692e49629c0edf468cac10ebbb3a4e.tar.gz xrdp-proprietary-3ee71a2759692e49629c0edf468cac10ebbb3a4e.zip |
need tabs
Diffstat (limited to 'sesman/tools')
-rw-r--r-- | sesman/tools/Makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/tools/Makefile.osx b/sesman/tools/Makefile.osx index 3a9de080..61de0e6b 100644 --- a/sesman/tools/Makefile.osx +++ b/sesman/tools/Makefile.osx @@ -42,7 +42,7 @@ os_calls.o: ../../common/os_calls.c # $(CC) $(C_OS_FLAGS) ../../common/file.c log.o: ../../common/log.c - $(CC) $(C_OS_FLAGS) ../../common/log.c + $(CC) $(C_OS_FLAGS) ../../common/log.c #tcp.o: tcp.c # $(CC) $(C_OS_FLAGS) ../tcp.c |