[MPlayer-cvslog] r21232 - trunk/Gui/Makefile

diego subversion at mplayerhq.hu
Sat Nov 25 18:14:31 CET 2006


Author: diego
Date: Sat Nov 25 18:14:31 2006
New Revision: 21232

Modified:
   trunk/Gui/Makefile

Log:
Remove commented-out cruft.


Modified: trunk/Gui/Makefile
==============================================================================
--- trunk/Gui/Makefile	(original)
+++ trunk/Gui/Makefile	Sat Nov 25 18:14:31 2006
@@ -53,8 +53,6 @@
 .c.o:
 	$(CC) -c $(CFLAGS) -o $@ $<
 
-### TARGETS ###
-
 $(LIBNAME): $(OBJS)
 	rm -f $(LIBNAME)
 	$(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
@@ -70,10 +68,6 @@
               wm/*.o wm/*~ \
               win32/*.o win32/*~ \
 
-#dep depend:
-#	makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null
-#
-
 distclean: clean
 	rm -f .depend
 



More information about the MPlayer-cvslog mailing list