95062a354a
This is a bug fix release. Improve debugging support, fix some fd leaks and add barcode reader support. For more details, refer to the Changelog.
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
$NetBSD: patch-ab,v 1.5 2001/06/26 03:14:12 christos Exp $
|
|
|
|
--- Makefile.in.orig Tue Apr 3 15:55:47 2001
|
|
+++ Makefile.in Mon Jun 25 21:50:51 2001
|
|
@@ -151,11 +151,11 @@
|
|
ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I)
|
|
|
|
@WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src
|
|
-@WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src
|
|
+TAPE_SUBDIRS = tape-src
|
|
@WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src
|
|
@WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src
|
|
@WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src
|
|
-@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot
|
|
+# PLOT_SUBDIRS = amplot
|
|
# order is significant, don't change it arbitrarily
|
|
SUBDIRS = config common-src $(CLIENT_SUBDIRS) $(TAPE_SUBDIRS) $(SERVER_SUBDIRS) $(RESTORE_SUBDIRS) $(RECOVER_SUBDIRS) $(PLOT_SUBDIRS) man docs example
|
|
|
|
@@ -381,11 +381,11 @@
|
|
install-exec-am:
|
|
install-exec: install-exec-recursive
|
|
|
|
-install-data-am: install-pkgdataDATA
|
|
+#install-data-am: install-pkgdataDATA
|
|
install-data: install-data-recursive
|
|
|
|
install-am: all-am
|
|
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
|
|
install: install-recursive
|
|
uninstall-am: uninstall-pkgdataDATA
|
|
uninstall: uninstall-recursive
|