src/Makefile.am: Add warning to defaults.cc as well

This commit is contained in:
Ryan Pavlik 2011-10-28 16:15:32 -05:00
parent fa63fcdc66
commit 7510c2d173

View file

@ -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) {'; \