Rule for 'make foo.lo'

This commit is contained in:
Yevgen Muntyan 2006-12-30 22:18:39 -06:00
parent cf38e20b69
commit 5aeeb49e94

View File

@ -23,5 +23,7 @@ upstream_sources = \
EXTRA_DIST = $(upstream_sources) mangle.sh
%.lo:
cd .. && make upstream/$*.o
%.o:
cd .. && make upstream/$@