Skip to content

Commit

Permalink
"warning: ignoring prerequisites on suffix rule definition" with GNU …
Browse files Browse the repository at this point in the history
…make 4.3
  • Loading branch information
ikedas committed Mar 28, 2023
1 parent dacbf58 commit 2474ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions service/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sympa: sympa.in Makefile
< $(srcdir)/$@.in > $@
@chmod +x $@

.servicein.service: Makefile
.servicein.service:
@rm -f $@
$(AM_V_GEN)$(SED) \
-e 's|--USER--|$(USER)|' \
Expand All @@ -77,13 +77,13 @@ sympa: sympa.in Makefile
-e 's|--sbindir--|$(sbindir)|' \
< $(srcdir)/$@in > $@

.socketin.socket: Makefile
.socketin.socket:
@rm -f $@
$(AM_V_GEN)$(SED) \
-e 's|--piddir--|$(piddir)|' \
< $(srcdir)/$@in > $@

.confin.conf: Makefile
.confin.conf:
@rm -f $@
$(AM_V_GEN)$(SED) \
-e 's|--USER--|$(USER)|' \
Expand Down
2 changes: 1 addition & 1 deletion src/libexec/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ alias_manager.pl: $(srcdir)/alias_manager.pl.in
ldap_alias_manager.pl: $(srcdir)/ldap_alias_manager.pl.in
mysql_alias_manager.pl: $(srcdir)/mysql_alias_manager.pl.in

.pl.8: Makefile
.pl.8:
@rm -f $@
$(AM_V_GEN)$(POD2MAN) --section=8 --center="sympa $(VERSION)" \
--lax --release="$(VERSION)" $*.pl $@
Expand Down

0 comments on commit 2474ebd

Please sign in to comment.