mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* Makefile.am (DISTCLEANFILES): Get rid of .x files.
* Makefile.in: Regenerated. (Thanks to Keisuke Nishida.)
This commit is contained in:
parent
8a7391cd1a
commit
507af33e20
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -44,3 +44,5 @@ SUFFIXES = .x
|
|||
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
|
||||
|
||||
EXTRA_DIST = readline.scm
|
||||
|
||||
DISTCLEANFILES = *.x
|
||||
|
|
|
@ -92,6 +92,8 @@ ice9_DATA = readline.scm
|
|||
SUFFIXES = .x
|
||||
|
||||
EXTRA_DIST = readline.scm
|
||||
|
||||
DISTCLEANFILES = *.x
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -388,6 +390,7 @@ clean-generic:
|
|||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue