diff options
author | speidy <speidy@gmail.com> | 2013-07-16 21:46:49 +0300 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-07-16 21:46:49 +0300 |
commit | 8914b523eecf850f6c6b754fbc572b95768bc2a6 (patch) | |
tree | 73096f2973d9aad50541e408fea55a3c263b7113 | |
parent | 944f266a82c0f169402399f383893e872995d201 (diff) | |
download | xrdp-proprietary-8914b523eecf850f6c6b754fbc572b95768bc2a6.tar.gz xrdp-proprietary-8914b523eecf850f6c6b754fbc572b95768bc2a6.zip |
X11rdp: makefile missing seperator fix
-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 |