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
72dc5a33
...
72dc5a33c5afe2205aeb13d175bf8b71a55e10c2
authored
2002-12-04 23:20:56 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use $? instead of $< in implicit rules.
1 parent
83627e1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
guimb/scm/Makefile.am
libmu_scm/Makefile.am
guimb/scm/Makefile.am
View file @
72dc5a3
...
...
@@ -5,7 +5,7 @@
bin_SCRIPTS
=
sieve.scm
sieve.scm
:
sieve.scm.in
sed
"s,%GUILE_BINDIR%,@GUILE_BINDIR@,g;s,%BINDIR%,
$(bindir)
,g;s,%LIBDIR%,
$(pkgdatadir)
,g;s,%PACKAGE%,
$(PACKAGE)
,g;s,%VERSION%,
$(VERSION)
,g"
$
<
>
$@
sed
"s,%GUILE_BINDIR%,@GUILE_BINDIR@,g;s,%BINDIR%,
$(bindir)
,g;s,%LIBDIR%,
$(pkgdatadir)
,g;s,%PACKAGE%,
$(PACKAGE)
,g;s,%VERSION%,
$(VERSION)
,g"
$
?
>
$@
CLEANFILES
=
sieve.scm
...
...
libmu_scm/Makefile.am
View file @
72dc5a3
...
...
@@ -59,7 +59,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