summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/Makefile.osx')
-rw-r--r--xrdp/Makefile.osx2
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