From 25001583d25c1755438da7354740c965b93f9ada Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 4 Sep 2001 15:10:38 +0000 Subject: Don't put $(srcdir) in the file path twice. 2001-09-04 Peter Williams * omf-install/Makefile.am (install-data-local): Don't put $(srcdir) in the file path twice. svn path=/trunk/; revision=12577 --- omf-install/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omf-install') diff --git a/omf-install/Makefile.am b/omf-install/Makefile.am index dbd8e62240..31617e3c3e 100644 --- a/omf-install/Makefile.am +++ b/omf-install/Makefile.am @@ -4,7 +4,7 @@ scrollkeeper_localstate_dir = $(SCROLLKEEPER_LOCALSTATE_DIR) install-data-local: $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) -for file in $(srcdir)/*.omf; do \ - $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ + $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \ done -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -- cgit v1.2.3