[MPlayer-cvslog] r26754 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue May 13 09:58:41 CEST 2008
Author: diego
Date: Tue May 13 09:58:41 2008
New Revision: 26754
Log:
Fix typo in install-gui target dependency.
patch by andrew, andrew.david.45 gmail com
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May 13 09:58:41 2008
@@ -638,7 +638,7 @@ ALL_PRG += $(ALL_PRG-yes)
INSTALL_TARGETS-$(MPLAYER) += install-mplayer install-mplayer-man
INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man
-INSTALL_TARGETS-$(GUI) += install-gui
+INSTALL_TARGETS-$(GUI_GTK) += install-gui
INSTALL_TARGETS += $(INSTALL_TARGETS-yes)
DIRS = . \
More information about the MPlayer-cvslog
mailing list