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
1e3c90eb
...
1e3c90eb8e2b2a35fd33573a87d86ae19a2bad71
authored
2003-01-10 14:41:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mailutils.scm target): Bugfix. Use $< instead of $?.
1 parent
1b817f80
Show 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 @
1e3c90e
...
...
@@ -74,7 +74,7 @@ guile-procedures.txt: $(DOT_DOC_FILES)
mailutils.scm
:
mailutils.scm.in $(libmu_scm_la_SOURCES:.c=.inc)
m4 -DVERSION
=
$(VERSION)
-DLIBDIR
=
$(libdir)
\
-DBUILDDIR
=
$(top_builddir)
/libmu_scm
$
?
>
$@
-DBUILDDIR
=
$(top_builddir)
/libmu_scm
$
<
>
$@
## Add -MG to make the .x magic work with auto-dep code.
...
...
Please
register
or
sign in
to post a comment