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:
parent
7eb5d7b2e4
commit
305bf93c22
2 changed files with 12 additions and 2 deletions
|
@ -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>
|
2001-05-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
Make it compile with --disable-deprecated.
|
Make it compile with --disable-deprecated.
|
||||||
|
|
|
@ -32,7 +32,7 @@ GUILE_SNARF = ../libguile/guile-snarf
|
||||||
|
|
||||||
lib_LTLIBRARIES = libguilereadline.la
|
lib_LTLIBRARIES = libguilereadline.la
|
||||||
|
|
||||||
libguilereadline_la_SOURCES = readline.h readline.c
|
libguilereadline_la_SOURCES = readline.c
|
||||||
|
|
||||||
BUILT_SOURCES = readline.x
|
BUILT_SOURCES = readline.x
|
||||||
|
|
||||||
|
@ -48,7 +48,9 @@ SUFFIXES = .x
|
||||||
|
|
||||||
EXTRA_DIST = readline.scm
|
EXTRA_DIST = readline.scm
|
||||||
|
|
||||||
DISTCLEANFILES = *.x
|
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
|
|
||||||
|
CLEANFILES = *.x
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
(temp="/tmp/mangle-deps.$$$$"; \
|
(temp="/tmp/mangle-deps.$$$$"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue