diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ config-host.mak: @exit 1 endif +# Don't try to regenerate Makefile or configure +# We don't generate any of them +Makefile: ; +configure: ; + .PHONY: all clean cscope distclean dvi html info install install-doc \ recurse-all speed tar tarbin test build-all |