; * exec/Makefile.in (extraclean): Remove standard files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
### @configure_input@
|
s### @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 2023-2024 Free Software Foundation, Inc.
|
# Copyright (C) 2023-2024 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@@ -131,9 +131,12 @@ maintainer-clean: distclean
|
|||||||
### the coding standards seem to come from. It's like distclean, but
|
### the coding standards seem to come from. It's like distclean, but
|
||||||
### it deletes backup and autosave files too.
|
### it deletes backup and autosave files too.
|
||||||
|
|
||||||
|
# config.* and install-sh are copied from build-aux in the root of
|
||||||
|
# this repository by autogen.sh.
|
||||||
extraclean: maintainer-clean
|
extraclean: maintainer-clean
|
||||||
-rm -f config-tmp-* $(srcdir)/aclocal.m4 $(srcdir)/configure \
|
-rm -f config-tmp-* $(srcdir)/aclocal.m4 $(srcdir)/configure \
|
||||||
$(srcdir)/src/config.in
|
$(srcdir)/src/config.in $(srcdir)/config.guess \
|
||||||
|
$(srcdir)/config.sub $(srcdir)/install-sh
|
||||||
-[ "$(srcdir)" = "." ] || \
|
-[ "$(srcdir)" = "." ] || \
|
||||||
find $(srcdir) '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
|
find $(srcdir) '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
|
||||||
-find . '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
|
-find . '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
|
||||||
|
|||||||
Reference in New Issue
Block a user