adab6c4ec6
PR: ports/69450 Submitted by: maintainer
20 lines
455 B
Text
20 lines
455 B
Text
--- libdha/Makefile.orig Mon Jul 12 12:54:10 2004
|
|
+++ libdha/Makefile Thu Jul 22 22:18:21 2004
|
|
@@ -4,8 +4,6 @@
|
|
|
|
MAJOR_VERSION = 1
|
|
MINOR_VERSION = 0
|
|
-VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
|
|
-
|
|
|
|
ifeq ($(TARGET_OS),CYGWIN)
|
|
SHORTNAME = libdha.dll
|
|
@@ -19,7 +17,7 @@
|
|
LIBNAME = libdha.a
|
|
SHORTNAME = libdha.a
|
|
else
|
|
-LIBNAME = libdha.so.$(VERSION)
|
|
+LIBNAME = libdha-$(MAJOR_VERSION).so.$(MINOR_VERSION)
|
|
endif
|
|
|
|
SRCS=libdha.c mtrr.c pci.c pci_names.c
|