Bug 14185 - App/{xgc,xkbcomp,xkbevd}/Makefile.am have multiple definitions
Summary: App/{xgc,xkbcomp,xkbevd}/Makefile.am have multiple definitions
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: 7.2 (2007.02)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 11:35 UTC by Peter Dyballa
Modified: 2008-01-23 02:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2008-01-21 11:35:43 UTC
Xgc:

	autoreconf: running: automake --add-missing --copy --no-force
	Makefile.am:113: MAINTAINERCLEANFILES multiply defined in condition TRUE ...
	Makefile.am:50: ... `MAINTAINERCLEANFILES' previously defined here
	autoreconf: Leaving directory `.'
	configure: WARNING: you should use --build, --host, --target

Line  #50 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES)
Line #113 has: MAINTAINERCLEANFILES = ChangeLog


Xkbcomp:

	autoreconf: running: automake --add-missing --copy --no-force
	Makefile.am:103: MAINTAINERCLEANFILES multiply defined in condition TRUE ...
	Makefile.am:65: ... `MAINTAINERCLEANFILES' previously defined here
	autoreconf: Leaving directory `.'
	configure: WARNING: you should use --build, --host, --target

Line  #65 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES)
Line #103 has: MAINTAINERCLEANFILES = ChangeLog


xkbevd:

	autoreconf: running: automake --add-missing --copy --no-force
	Makefile.am:78: MAINTAINERCLEANFILES multiply defined in condition TRUE ...
	Makefile.am:41: ... `MAINTAINERCLEANFILES' previously defined here
	autoreconf: Leaving directory `.'
	configure: WARNING: you should use --build, --host, --target

Line #41 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES)
Line #78 has: MAINTAINERCLEANFILES = ChangeLog
Comment 1 Alan Coopersmith 2008-01-22 16:08:13 UTC
Thanks for the report - fixed all three in git master now by changing the second
instance to use += to append, instead of = to override.
Comment 2 Peter Dyballa 2008-01-23 02:19:04 UTC
They're gone now!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.