[yast-commit] r51815 - /trunk/yast2/library/packages/src/Makefile.am
Author: locilka Date: Thu Oct 2 23:14:47 2008 New Revision: 51815 URL: http://svn.opensuse.org/viewcvs/yast?rev=51815&view=rev Log: Work-around-ed packages makefile It seems wildcards started working in a different way (ignoring case) Modified: trunk/yast2/library/packages/src/Makefile.am Modified: trunk/yast2/library/packages/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/Makefile.am?rev=51815&r1=51814&r2=51815&view=diff ============================================================================== --- trunk/yast2/library/packages/src/Makefile.am (original) +++ trunk/yast2/library/packages/src/Makefile.am Thu Oct 2 23:14:47 2008 @@ -4,7 +4,8 @@ YCPCFLAGS = -M ../../modules/ -M ../../wizard/src -M ../../system/src/ -M ../../types/src -M ../../commandline/src -M ../../xml/src -M ../../control/src -module_DATA = $(wildcard [A-Z]*.ycp [A-Z]*.pm) +#module_DATA = $(wildcard -I [A-Z]*.ycp) +module_DATA = $(shell ls -I [A-Z]*.ycp | xargs) ynclude_DATA = \ common.ycp -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org