Makefile: don't try to 'redo Makefile'.

This eliminates the relatively new warning about trying to redo static
files.
This commit is contained in:
Avery Pennarun 2010-12-11 23:03:12 -08:00
commit caea093519

View file

@ -1,5 +1,8 @@
all: all:
Makefile:
@
%: FORCE %: FORCE
+./redo $@ +./redo $@