Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
73ef57ae
...
73ef57aec55771c00c89757cf6866623c0745146
authored
2002-12-10 08:58:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed separators in the install-data-hook rule
1 parent
9d913334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
73ef57a
...
...
@@ -67,8 +67,8 @@ MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
install-data-hook
:
@
here
=
`
pwd
`
cd
$(DESTDIR)$(libdir);\
cd
$(DESTDIR)$(libdir)
;
\
if
test
-f libmu_scm.so;
then
\
$(LN_S)
-f libmu_scm.so libguile-mailutils-v-
$(VERSION)
.so;
\
fi
;
\
cd
$$here
cd
$$
here
...
...
Please
register
or
sign in
to post a comment