GNU bug report logs - #14177
Incorrect extending of rules in documentation

Previous Next

Package: automake;

Reported by: Bastien ROUCARIES <roucaries.bastien <at> gmail.com>

Date: Wed, 10 Apr 2013 23:33:01 UTC

Severity: minor

Tags: moreinfo

Full log


View this message in rfc822 format

From: Bastien ROUCARIES <roucaries.bastien <at> gmail.com>
To: 14177 <at> debbugs.gnu.org
Subject: bug#14177: Incorrect extending of rules in documentation
Date: Thu, 11 Apr 2013 01:28:54 +0200
The make code fragment at
http://www.gnu.org/software/automake/manual/html_node/Extending.html#Extending
does not work as expected if you use --program-suffix=-hdr :



     install-exec-hook:
             cd $(DESTDIR)$(bindir) && \
               mv -f prog$(EXEEXT) prog-$(VERSION)$(EXEEXT) && \
               $(LN_S) prog-$(VERSION)$(EXEEXT) prog$(EXEEXT)


error:

mv: cannot stat `./animate': No such file or directory
mv: cannot stat `./compare': No such file or directory
mv: cannot stat `./composite': No such file or directory

Could you please correct the example code and explain us how to be compatible?




This bug report was last modified 12 years and 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.