[EMAIL PROTECTED] wrote:
cd $(TEST)/src;
makedepend -Y $(CFLAGS) -p $(TEST)/obj *.c
Was that two lines starting with tabs or one line? It it's two then it won't work because Make runs each line in a separate shell.
John. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
