apenwarr-redo/t/chdir2.do
Avery Pennarun 60f5446733 Correctly handle dependencies for "cd somewhere; redo-ifchange somefile"
We would build 'somefile' correctly the first time, but we wouldn't
attach the dependency on somefile to the right $TARGET, so our target would
not auto-rebuild in the future based on somefile.
2010-11-24 03:06:33 -08:00

3 lines
100 B
Text

# make sure redo-ifchange records the dependency correctly if we chdir
cd ..
redo-ifchange t/chdir1