src/Makefile.am: Add warning to defaults.cc as well
This commit is contained in:
parent
fa63fcdc66
commit
7510c2d173
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ defaults.hh: Makefile
|
|||
defaults.cc: force
|
||||
@( \
|
||||
GITDIR=$(top_srcdir)/.git; \
|
||||
echo '// This file is generated from Makefile. Do not edit!'; \
|
||||
echo '#include "defaults.hh"'; \
|
||||
echo ''; \
|
||||
echo 'std::string realProgramName(const std::string& name) {'; \
|
||||
|
|
Loading…
Reference in a new issue