X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fdev%2FMakefile;fp=direct%2Ftimothy_tests%2FMakefile;h=82c9c37385afa7576359e76eebd308e7a19992e9;hp=c4accf5e1e2114e616ebf16570691bfbb26c1cea;hb=86231ed7a8ebecf2e4821f9b426262045f941591;hpb=a34826e701dd381a293bb90b25a48d2bd58e8de8 diff --git a/direct/timothy_tests/Makefile b/direct/timothy_tests/dev/Makefile similarity index 98% rename from direct/timothy_tests/Makefile rename to direct/timothy_tests/dev/Makefile index c4accf5..82c9c37 100644 --- a/direct/timothy_tests/Makefile +++ b/direct/timothy_tests/dev/Makefile @@ -82,13 +82,13 @@ $(ALLOBJS): %.o: %.c $(YAFFSSYMLINKS): - ln -s ../../$@ $@ + ln -s ../../../$@ $@ $(YAFFSDIRECTSYMLINKS): - ln -s ../$@ $@ + ln -s ../../$@ $@ $(DIRECTEXTRASYMLINKS): - ln -s ../basic-test/$@ $@ + ln -s ../../basic-test/$@ $@ yaffs_tester: $(SYMLINKS) $(YAFFSTESTOBJS)