comparison Makefile @ 506:12c21dc8ad04

Now that generated/Config.probed is its own file, add it to build dependencies.
author Rob Landley <rob@landley.net>
date Tue, 28 Feb 2012 06:34:35 -0600
parents f3169b2492f1
children 150a6d81bd02
comparison
equal deleted inserted replaced
505:c08cd17224c0 506:12c21dc8ad04
39 uninstall: 39 uninstall:
40 scripts/install.sh --long --uninstall 40 scripts/install.sh --long --uninstall
41 41
42 clean:: 42 clean::
43 rm -rf toybox toybox_unstripped generated/config.h generated/Config.in \ 43 rm -rf toybox toybox_unstripped generated/config.h generated/Config.in \
44 generated/newtoys.h generated/globals.h instlist testdir 44 generated/newtoys.h generated/globals.h instlist testdir \
45 generated/Config.probed
45 46
46 distclean: clean 47 distclean: clean
47 rm -f toybox_old .config* generated/help.h 48 rm -f toybox_old .config* generated/help.h
48 49
49 test: tests 50 test: tests