diff options
author | jsorg71 <jsorg71> | 2008-03-17 01:12:55 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-03-17 01:12:55 +0000 |
commit | a481b89ec8c0c728d3a966e98f701e31a0f061da (patch) | |
tree | 6f84656b4a9bd8b911e86abb0c310017c83666bd /xrdp/Makefile.osx | |
parent | 6385d06f9b06921f153001903716be863d063ae7 (diff) | |
download | xrdp-proprietary-a481b89ec8c0c728d3a966e98f701e31a0f061da.tar.gz xrdp-proprietary-a481b89ec8c0c728d3a966e98f701e31a0f061da.zip |
need tabs
Diffstat (limited to 'xrdp/Makefile.osx')
-rw-r--r-- | xrdp/Makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/Makefile.osx b/xrdp/Makefile.osx index 7fac679f..fcedc806 100644 --- a/xrdp/Makefile.osx +++ b/xrdp/Makefile.osx @@ -25,7 +25,7 @@ CC = gcc all: xrdp xrdp: $(XRDPOBJ) - $(CC) $(LDFLAGS) -o xrdp $(XRDPOBJ) $(LIBS) + $(CC) $(LDFLAGS) -o xrdp $(XRDPOBJ) $(LIBS) clean: rm -f $(XRDPOBJ) xrdp |