mirror of https://github.com/mpv-player/mpv
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:
parent
832f95163b
commit
1da43e0cb9
|
@ -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 $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue