diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-14 22:40:10 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-14 22:40:10 +0000 |
commit | 1da43e0cb94acf2b0af815fef4ca0c8f551fef48 (patch) | |
tree | 25e7462661549815644d79d61aff94297e274ea5 /libdha | |
parent | 832f95163bc07b9d5d429b38de6c38999a3ed949 (diff) |
Remove commented out superfluous lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r-- | libdha/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libdha/Makefile b/libdha/Makefile index 62334c4118..90b4db6133 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -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 $@ $< |