yaffs Restructuring timothy_tests folder.
[yaffs2.git] / direct / timothy_tests / dev / Makefile
similarity index 98%
rename from direct/timothy_tests/Makefile
rename to direct/timothy_tests/dev/Makefile
index c4accf5e1e2114e616ebf16570691bfbb26c1cea..82c9c37385afa7576359e76eebd308e7a19992e9 100644 (file)
@@ -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)