From 553bb6416337cfb8f9caad127ed8bfb915eeafd4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 11 Sep 1999 19:05:08 +0000 Subject: [PATCH] * Makefile.am (CLEANFILES): Remove versiondat.h; that should only be removed by `make distclean', since it's generated by configure. * Makefile.in: Regenerated. (Thanks to Robert Bihlmeyer.) --- libguile/Makefile.am | 4 ++-- libguile/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 57b774483..ebb50e362 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -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. ## @@ -206,7 +206,7 @@ MOSTLYCLEANFILES = \ cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new \ cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new -CLEANFILES = versiondat.h libpath.h +CLEANFILES = libpath.h DISTCLEANFILES = *.x diff --git a/libguile/Makefile.in b/libguile/Makefile.in index 6e68c9959..a176963bb 100644 --- a/libguile/Makefile.in +++ b/libguile/Makefile.in @@ -148,7 +148,7 @@ MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) MOSTLYCLEANFILES = cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new -CLEANFILES = versiondat.h libpath.h +CLEANFILES = libpath.h DISTCLEANFILES = *.x mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- 2.20.1