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
84e056b6
...
84e056b62c4ee6735865c943f181d336d8500e04
authored
2004-06-09 07:53:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Do not use $< in explicit rules
1 parent
e7e4b273
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 @
84e056b
...
...
@@ -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