diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 15 |
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" |