5952d50210
this file is part of the test suite which shouldn't be installing things anyway, so stub out the install targets so none of these files get back into PLIST in the future unbreak and bump pkgname to freetds-0.60p1
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
$OpenBSD: patch-src_ctlib_unittests_Makefile_in,v 1.1 2003/02/08 17:21:41 jcs Exp $
|
|
--- src/ctlib/unittests/Makefile.in.orig Sat Feb 8 11:10:00 2003
|
|
+++ src/ctlib/unittests/Makefile.in Sat Feb 8 11:10:13 2003
|
|
@@ -350,7 +350,7 @@
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
-install: install-am
|
|
+install:
|
|
uninstall-am: uninstall-includeHEADERS
|
|
uninstall: uninstall-am
|
|
all-am: Makefile $(HEADERS)
|