diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 46033d0c07..0306d99b4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -177,6 +177,8 @@ MESSAGE_END = ; do echo "$$line"; done configure_args = @configure_args@ #### End of variables +.SUFFIXES: .inc .h .c .y .i .$(DTRACE_EXT) + all: .DEFAULT: all |