summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-19 16:45:53 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-19 16:45:53 +0200
commit05e2631353c9f9522564ca06efc8fc5ba3a863cb (patch)
tree4168e49cfae52263276634c33f1249186314a4a9 /Makefile.in
parentced7e763a5dbecf8ac3047badb320c84c1aadca2 (diff)
Imported Upstream version 3.17.90upstream/3.17.90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in
index f5de010..654dd68 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -156,7 +156,7 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile \
+am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile depcomp \
install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
@@ -330,18 +330,6 @@ EXTRA_DIST = \
autogen.sh \
simple-scan.doap
-DISTCLEANFILES = \
- Makefile.in \
- aclocal.m4 \
- compile \
- configure \
- depcomp \
- install-sh \
- missing \
- mkinstalldirs \
- omf.make \
- xmldocs.make
-
all: all-recursive
.SUFFIXES:
@@ -703,7 +691,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
- -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"