From 056eff7cccfb355d561d2fb3930773773ec6bce7 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 9 Dec 2002 00:49:24 +0000 Subject: [PATCH] * debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION. --- ice-9/debugger/breakpoints/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/debugger/breakpoints/Makefile.am b/ice-9/debugger/breakpoints/Makefile.am index 1d458512f..76be30790 100644 --- a/ice-9/debugger/breakpoints/Makefile.am +++ b/ice-9/debugger/breakpoints/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = gnu -subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9/debugger/breakpoints +subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger/breakpoints subpkgdata_DATA = procedural.scm range.scm source.scm ETAGS_ARGS = $(subpkgdata_DATA) -- 2.20.1