Revision 5878b1b5

/dev/null
1
# We need to create symlinks because "make distcheck" will not install Python
2
# files for building.
3
pre-check: all
4
	for i in $(python_files); do \
5
		if test ! -f $$i; then \
6
			$(LN_S) $(srcdir)/$$i $$i; \
7
		fi; \
8
	done

Also available in: Unified diff