Remove commented out superfluous lines.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 22:40:10 +00:00
parent 832f95163b
commit 1da43e0cb9
1 changed files with 0 additions and 5 deletions

View File

@ -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 $@ $<