Changed sieve.scm: rule
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | bin_SCRIPTS = sieve.scm | 5 | bin_SCRIPTS = sieve.scm |
6 | 6 | ||
7 | sieve.scm: sieve.scm.in | 7 | sieve.scm: sieve.scm.in |
8 | sed "s,%BINDIR%,$(bindir),g;s,%LIBDIR%,$(pkgdatadir),g;s,%PACKAGE%,$(PACKAGE),g;s,%VERSION%,$(VERSION),g" $< > $@ | 8 | sed "s,%GUILE_BINDIR%,@GUILE_BINDIR@,g;s,%BINDIR%,$(bindir),g;s,%LIBDIR%,$(pkgdatadir),g;s,%PACKAGE%,$(PACKAGE),g;s,%VERSION%,$(VERSION),g" $< > $@ |
9 | 9 | ||
10 | CLEANFILES = sieve.scm | 10 | CLEANFILES = sieve.scm |
11 | 11 | ... | ... |
-
Please register or sign in to post a comment