# HG changeset patch # User diego # Date 1173912010 0 # Node ID d68e5e8609a775eee24f982516c4dbd792218244 # Parent 206456738325276b005fe96bac2bcd98fc05398c Remove commented out superfluous lines. diff -r 206456738325 -r d68e5e8609a7 libdha/Makefile --- 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 $@ $<