diff options
-rw-r--r-- | libguile/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index c7ceb16c1..6a631d89f 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -468,10 +468,10 @@ install-data-local: libguile-2.0-gdb.scm esac; \ done; \ cd $$here; \ - echo " $(INSTALL_DATA) libguile-2.0-gdb.scm \ + echo " $(INSTALL_DATA) $< \ $(DESTDIR)$(libdir)/$$libname-gdb.scm"; \ - $(INSTALL_DATA) libguile-2.0-gdb.scm \ - $(DESTDIR)$(libdir)/$$libname-gdb.scm + $(INSTALL_DATA) "$<" \ + "$(DESTDIR)$(libdir)/$$libname-gdb.scm" ## This is kind of nasty... there are ".c" files that we don't want to ## compile, since they are #included. So instead we list them here. |