From 305bf93c22fa348bf482f09d5e36cf32f9806122 Mon Sep 17 00:00:00 2001 From: Michael Livshin Date: Thu, 31 May 2001 12:45:07 +0000 Subject: [PATCH] * Makefile.am (libguilereadline_la_SOURCES): removed readline.x from here (not needed). (CLEANFILES): added *.x (and removed from DISTCLEANFILES). (MKDEP): copied from libguile/Makefile.am. not that it matters now, but it will if we stop using BUILT_SOURCES for some reason. --- guile-readline/ChangeLog | 8 ++++++++ guile-readline/Makefile.am | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index b4d3a7893..8ae349f08 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,11 @@ +2001-05-31 Michael Livshin + + * Makefile.am (libguilereadline_la_SOURCES): removed readline.x + from here (not needed). + (CLEANFILES): added *.x (and removed from DISTCLEANFILES). + (MKDEP): copied from libguile/Makefile.am. not that it matters + now, but it will if we stop using BUILT_SOURCES for some reason. + 2001-05-24 Martin Grabmueller Make it compile with --disable-deprecated. diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am index 0311a7213..0b3038f45 100644 --- a/guile-readline/Makefile.am +++ b/guile-readline/Makefile.am @@ -32,7 +32,7 @@ GUILE_SNARF = ../libguile/guile-snarf lib_LTLIBRARIES = libguilereadline.la -libguilereadline_la_SOURCES = readline.h readline.c +libguilereadline_la_SOURCES = readline.c BUILT_SOURCES = readline.x @@ -48,7 +48,9 @@ SUFFIXES = .x EXTRA_DIST = readline.scm -DISTCLEANFILES = *.x +MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) + +CLEANFILES = *.x dist-hook: (temp="/tmp/mangle-deps.$$$$"; \