mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
83 lines
3.2 KiB
Diff
83 lines
3.2 KiB
Diff
diff --git a/src/Makefile.in b/src/Makefile.in
|
|
index dd8771b..ddd403e 100644
|
|
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -143,12 +143,12 @@ am__v_at_0 = @
|
|
am__v_at_1 =
|
|
SOURCES =
|
|
DIST_SOURCES =
|
|
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
|
+RECURSIVE_TARGETS = all-recursive cscopelist-recursive \
|
|
ctags-recursive dvi-recursive html-recursive info-recursive \
|
|
install-data-recursive install-dvi-recursive \
|
|
install-exec-recursive install-html-recursive \
|
|
install-info-recursive install-pdf-recursive \
|
|
- install-ps-recursive install-recursive installcheck-recursive \
|
|
+ install-ps-recursive install-recursive \
|
|
installdirs-recursive pdf-recursive ps-recursive \
|
|
tags-recursive uninstall-recursive
|
|
am__can_run_installinfo = \
|
|
@@ -183,7 +183,7 @@ am__define_uniq_tagged_files = \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | $(am__uniquify_input)`
|
|
-DIST_SUBDIRS = libdar dar_suite check python examples testing
|
|
+DIST_SUBDIRS = libdar dar_suite python examples testing
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in README
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
am__relativize = \
|
|
@@ -376,7 +376,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
upx = @upx@
|
|
@MAKE_ALL_DIR_TRUE@OPT_SUBDIR = examples testing
|
|
-SUBDIRS = libdar dar_suite check python $(OPT_SUBDIR)
|
|
+SUBDIRS = libdar dar_suite python $(OPT_SUBDIR)
|
|
noinst_HEADERS = my_config.h
|
|
dist_noinst_DATA = README gettext.h
|
|
all: all-recursive
|
|
@@ -574,8 +574,6 @@ distdir-am: $(DISTFILES)
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
-check-am: all-am
|
|
-check: check-recursive
|
|
all-am: Makefile $(DATA) $(HEADERS)
|
|
installdirs: installdirs-recursive
|
|
installdirs-am:
|
|
@@ -587,7 +585,6 @@ uninstall: uninstall-recursive
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
-installcheck: installcheck-recursive
|
|
install-strip:
|
|
if test -z '$(STRIP)'; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
@@ -655,8 +652,6 @@ install-ps: install-ps-recursive
|
|
|
|
install-ps-am:
|
|
|
|
-installcheck-am:
|
|
-
|
|
maintainer-clean: maintainer-clean-recursive
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
@@ -677,15 +672,15 @@ uninstall-am:
|
|
|
|
.MAKE: $(am__recursive_targets) install-am install-strip
|
|
|
|
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
|
- check-am clean clean-generic clean-libtool cscopelist-am ctags \
|
|
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
|
+ clean clean-generic clean-libtool cscopelist-am ctags \
|
|
ctags-am distclean distclean-generic distclean-libtool \
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
install install-am install-data install-data-am install-dvi \
|
|
install-dvi-am install-exec install-exec-am install-html \
|
|
install-html-am install-info install-info-am install-man \
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
|
- install-strip installcheck installcheck-am installdirs \
|
|
+ install-strip installdirs \
|
|
installdirs-am maintainer-clean maintainer-clean-generic \
|
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
|
ps ps-am tags tags-am uninstall uninstall-am
|