src/Makefile.am: Attempt to use GNU set (e.g. on Solaris)

This commit is contained in:
rocky
2012-03-04 06:37:53 +01:00
parent af0a57856e
commit 2d456fcba9
2 changed files with 3 additions and 3 deletions

View File

@@ -86,6 +86,6 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
if MAINTAINER_MODE
$(man_MANS): %.1: %$(EXEEXT) %.help2man
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | sed -re 's/[lL][tT]-//' >$@
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | @SED@ -re 's/[lL][tT]-//' >$@
endif
MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig