diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-06-23 17:43:45 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-06-23 17:43:45 -0700 |
commit | 071329592108d261f1010c3d65699c1b2973bcf9 (patch) | |
tree | 23dc581f73abb86ad05cb74d3bc18f9ad7d5d149 /xorg/X11R7.6 | |
parent | 0aa3dbe738ac892462776b73d037e7324e26d3cb (diff) | |
download | xrdp-proprietary-071329592108d261f1010c3d65699c1b2973bcf9.tar.gz xrdp-proprietary-071329592108d261f1010c3d65699c1b2973bcf9.zip |
X11rdp: Makefile seperator fix
Diffstat (limited to 'xorg/X11R7.6')
-rw-r--r-- | xorg/X11R7.6/rdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/Makefile b/xorg/X11R7.6/rdp/Makefile index 755af882..e40b7473 100644 --- a/xorg/X11R7.6/rdp/Makefile +++ b/xorg/X11R7.6/rdp/Makefile @@ -112,4 +112,4 @@ fbcmap_mi.o: ../build_dir/xorg-server-1.9.3/fb/fbcmap_mi.c $(CC) $(CFLAGS) -c ../build_dir/xorg-server-1.9.3/fb/fbcmap_mi.c install: all - $(INSTALL) X11rdp $(X11RDPBASE)/bin/X11rdp + $(INSTALL) X11rdp $(X11RDPBASE)/bin/X11rdp |