1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

* Makefile.am (TAGS_FILES): Use this variable instead of

ETAGS_ARGS so that TAGS can be built using separate build
directory.

* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.

* debugger/breakpoints/Makefile.am (TAGS_FILES),
debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use
this variable instead of ETAGS_ARGS so that TAGS can be built
using separate build directory.

* primitives/Makefile.am (TAGS_FILES), internals/Makefile.am
(TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead
of ETAGS_ARGS so that TAGS can be built using separate build
directory.

* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
instead of ETAGS_ARGS so that TAGS can be built using separate
build directory.

* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
This commit is contained in:
Mikael Djurfeldt 2004-02-09 01:48:34 +00:00
parent 16353acc6f
commit f1dc5f45ab
17 changed files with 60 additions and 22 deletions

View file

@ -1,3 +1,9 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
instead of ETAGS_ARGS so that TAGS can be built using separate
build directory.
2004-01-12 Marius Vollmer <mvo@zagadka.de>
* goops.scm (compute-get-n-set): Use '#:' in error message instead

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright (C) 2000 Free Software Foundation, Inc.
## Copyright (C) 2000, 2004 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@ -28,6 +28,6 @@ oop_sources = goops.scm
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop
subpkgdata_DATA = $(oop_sources)
ETAGS_ARGS = $(subpkgdata_DATA)
TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(oop_sources)

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright (C) 2000, 2001 Free Software Foundation, Inc.
## Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@ -29,6 +29,6 @@ goops_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop/goops
subpkgdata_DATA = $(goops_sources)
ETAGS_ARGS = $(subpkgdata_DATA)
TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(goops_sources)