* Makefile.am (CLEANFILES): Remove versiondat.h; that should only
authorJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 19:05:08 +0000 (19:05 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 19:05:08 +0000 (19:05 +0000)
be removed by `make distclean', since it's generated by configure.
* Makefile.in: Regenerated.
(Thanks to Robert Bihlmeyer.)

libguile/Makefile.am
libguile/Makefile.in

index 57b7744..ebb50e3 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with Automake to create Makefile.in
 ##
 ## 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.
 ##   
 ##
 ##   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
 
        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
 
 
 DISTCLEANFILES = *.x
 
index 6e68c99..a176963 100644 (file)
@@ -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
 
 
 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
 
 DISTCLEANFILES = *.x
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs