Page MenuHome GnuPG

make complains about spaces and tabs
Closed, ResolvedPublic

Description

The problem is caused by 3 bad lines in agent/Makefile.am. This patch fixes that
and a few other indentation problems.

Details

Version
master

Event Timeline

I can't see any problem with this Makefile.am. Maybe your automake version is
broken.

werner lowered the priority of this task from Unbreak Now! to Normal.Jun 24 2013, 10:28 AM

Lines 74, 75 and 76 of agent/Makefile.am are copied near the end of
agent/Makefile.in and then to agent/Makefile. Because of the first of them make
exits. `Makefile:1565: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.'

Which automake version are you using?
Which version of make are you using?
Which OS are you using?

1.13 and 1.14.
3.82.
GNU/Linux.

mustrumr97 claimed this task.