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
d077478f
...
d077478fc992b21922d4da453d3d02bc1e4a62c6
authored
2003-01-02 21:33:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Enble install-exec-hook only if BUILD_MH_EXEC_HOOK is set.
1 parent
555be173
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
mh/Makefile.am
mh/Makefile.am
View file @
d077478
...
...
@@ -60,6 +60,11 @@ repl_LDADD = $(mh_LIBS)
AM_YFLAGS
=
-vt
install-exec-hook
:
-
rm -f
$(DESTDIR)$(bindir)
/folders
$(LN_S)
$(DESTDIR)$(bindir)
/folder
$(DESTDIR)$(bindir)
/folders
install-exec-hook
:
@BUILD_MH_EXEC_HOOK@
mh_finish_install
:
@
here
=
`
pwd
`
;
\
cd
$(DESTDIR)
;
\
-rm -f
$(bindir)
/folders;
\
$(LN_S)
$(bindir)
/folder
$(bindir)
/folders;
\
cd
$$
here
...
...
Please
register
or
sign in
to post a comment