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
34a4239e
...
34a4239e7c413d8d076151a1cbbf7e5733456306
authored
2003-01-17 15:12:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(install-data-hook): Bugfix.
1 parent
7e949b3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
34a4239
...
...
@@ -81,7 +81,7 @@ mailutils.scm: mailutils.scm.in $(libmu_scm_la_SOURCES:.c=.inc)
MKDEP
=
$(CC)
-M -MG
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
install-data-hook
:
@
here
=
`
pwd
`
@
here
=
`
pwd
`
;
\
cd
$(DESTDIR)$(libdir)
;
\
if
test
-f libmu_scm.so;
then
\
$(LN_S)
-f libmu_scm.so libguile-mailutils-v-
$(VERSION)
.so;
\
...
...
Please
register
or
sign in
to post a comment