Hey, First, hurray for the two releases.
On 28/05/2010, anonymous <aim0s...@lavabit.com> wrote: > Why config.def.h is not named config.h.def? Extra "extensions" are > usually added after existing, like "config.h.bak". imo it's clearer as it is that it is in fact a header file. > config.h: config.h.def > @echo creating $@ from $< > @cp $< $@ We only want config.h to be created when it doesn't exist, not whenever config.def.h has been updated. Thanks, cls