Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Kevin DeKorte <kdekorte@us...> - 2007-08-16 14:52:32
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15283 Modified Files: Makefile.in Log Message: Make Makefile.in Solaris compatible Index: Makefile.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Makefile.in,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile.in 19 Jan 2007 19:17:53 -0000 1.35 --- Makefile.in 16 Aug 2007 14:52:26 -0000 1.36 *************** *** 136,140 **** clean: $(RM) $(OBJ) $(OBJ_WMP) $(OBJ_QT) $(OBJ_RM) $(OBJ_GMP) $(OBJ_DVX) $(SHAREDTARGET)*.so $(SHAREDTARGET)*.xpt ! make -C po clean distclean: clean --- 136,140 ---- clean: $(RM) $(OBJ) $(OBJ_WMP) $(OBJ_QT) $(OBJ_RM) $(OBJ_GMP) $(OBJ_DVX) $(SHAREDTARGET)*.so $(SHAREDTARGET)*.xpt ! cd po; $(MAKE) clean distclean: clean *************** *** 146,150 **** languages: ! make -C po uninstall: --- 146,150 ---- languages: ! cd po; $(MAKE) uninstall: |