1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* 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.
This commit is contained in:
Michael Livshin 2001-05-31 12:45:07 +00:00
parent 7eb5d7b2e4
commit 305bf93c22
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
* 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 <mgrabmue@cs.tu-berlin.de>
Make it compile with --disable-deprecated.

View file

@ -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.$$$$"; \