diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-08 12:46:31 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-08 12:46:31 -0700 |
commit | 110edd31c81f7e41365aecd82ce96f2b9a0fcf77 (patch) | |
tree | 640766fd38806b50173b3270d6461c46d2920d43 /xorg/X11R7.6 | |
parent | 45492057c59cc774ed03b9dfe11a440a1fdf2bb3 (diff) | |
download | xrdp-proprietary-110edd31c81f7e41365aecd82ce96f2b9a0fcf77.tar.gz xrdp-proprietary-110edd31c81f7e41365aecd82ce96f2b9a0fcf77.zip |
fix Makefile error, fix for warnings
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 |