Mercurial > mplayer.hg
changeset 22567:d68e5e8609a7
Remove commented out superfluous lines.
author | diego |
---|---|
date | Wed, 14 Mar 2007 22:40:10 +0000 |
parents | 206456738325 |
children | ad8f3d791bca |
files | libdha/Makefile |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Wed Mar 14 22:38:42 2007 +0000 +++ b/libdha/Makefile Wed Mar 14 22:40:10 2007 +0000 @@ -1,5 +1,3 @@ -# makefile - include ../config.mak MAJOR_VERSION = 1 @@ -12,7 +10,6 @@ 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 @@ .SUFFIXES: .c .o -# .PHONY: all clean - .c.o: pci_names.c $(CC) -c $(CFLAGS) -o $@ $<