878bdc4341
Submitted by Joshua Stein <jcs@rt.fm>. FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase and Microsoft for client to database server communications.
31 lines
805 B
Plaintext
31 lines
805 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
|
--- Makefile.in.orig Mon Jul 2 05:15:54 2001
|
|
+++ Makefile.in Sat Aug 11 02:57:59 2001
|
|
@@ -80,7 +80,7 @@ smallint = @smallint@
|
|
|
|
SUBDIRS = include src
|
|
|
|
-EXTRA_DIST = interfaces freetds.conf samples/debug.c PWD BUGS
|
|
+EXTRA_DIST = freetds.conf samples/debug.c PWD BUGS
|
|
|
|
DEFDIR = $(prefix)
|
|
ETC = $(sysconfdir)
|
|
@@ -335,17 +335,6 @@ maintainer-clean-generic clean mostlycle
|
|
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(DEFDIR) $(ETC)
|
|
- if [ -f $(DEFDIR)/interfaces ]; \
|
|
- then :; \
|
|
- else \
|
|
- $(INSTALL_DATA) interfaces $(DEFDIR); \
|
|
- fi
|
|
- if [ -f $(ETC)/freetds.conf ]; \
|
|
- then :; \
|
|
- else \
|
|
- $(INSTALL_DATA) freetds.conf $(ETC)/freetds.conf; \
|
|
- fi
|
|
|
|
test:
|
|
@echo "The 'make test' option has been replaced with 'make check'";
|