summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 08:58:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 08:58:25 +0000
commit73ef57aec55771c00c89757cf6866623c0745146 (patch)
tree03310261579b2677b73a830fda2f886b776d99cc /libmu_scm
parent9d913334309265511d2500820d6dd1bfa4f7a47b (diff)
downloadmailutils-73ef57aec55771c00c89757cf6866623c0745146.tar.gz
mailutils-73ef57aec55771c00c89757cf6866623c0745146.tar.bz2
Fixed separators in the install-data-hook rule
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index ae35db65e..d087aebc0 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -69,3 +69,3 @@ install-data-hook:
@here=`pwd`
- cd $(DESTDIR)$(libdir);\
+ cd $(DESTDIR)$(libdir);\
if test -f libmu_scm.so; then \
@@ -73,2 +73,2 @@ install-data-hook:
fi; \
- cd $$here
+ cd $$here

Return to:

Send suggestions and report system problems to the System administrator.