[MPlayer-cvslog] r22585 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Wed Mar 14 23:40:10 CET 2007


Author: diego
Date: Wed Mar 14 23:40:10 2007
New Revision: 22585

Modified:
   trunk/libdha/Makefile

Log:
Remove commented out superfluous lines.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Wed Mar 14 23:40:10 2007
@@ -1,5 +1,3 @@
-# makefile
-
 include ../config.mak
 
 MAJOR_VERSION = 1
@@ -12,7 +10,6 @@ SHORTNAME = libdha.dll
 else
 SHORTNAME = libdha.so.$(MAJOR_VERSION)
 SONAME_FLAGS = -Wl,-soname,$(SHORTNAME)
-#SHORTNAME = libdha.so
 VSHORTNAME = libdha.so
 endif
 ifeq ($(TARGET_WIN32),yes)
@@ -46,8 +43,6 @@ endif
 
 .SUFFIXES: .c .o
 
-# .PHONY: all clean
-
 .c.o: pci_names.c
 	$(CC) -c $(CFLAGS) -o $@ $<
 



More information about the MPlayer-cvslog mailing list