build: avoid a warning about duplicate symbol when building from tarball
Reported-by: Hans-Bernhard Bröker <HBBroeker@t-online.de> Bug existed since commit 3ea2694d from last week.
This commit is contained in:
parent
0d11964503
commit
45defd25f3
@ -6,7 +6,7 @@ CLEANFILES = revision.h
|
|||||||
if BUILDING_FROM_GIT
|
if BUILDING_FROM_GIT
|
||||||
SOMETHING = "REVISION \"`git describe --tags 2>/dev/null`\""
|
SOMETHING = "REVISION \"`git describe --tags 2>/dev/null`\""
|
||||||
else
|
else
|
||||||
SOMETHING = "NOTHING \"from tarball\""
|
SOMETHING = "PLAINBUILD \"from tarball\""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nano.o: revision.h
|
nano.o: revision.h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user