diff options
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 963460ecf9..b599a22ed3 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -166,7 +166,7 @@ install-bin-script = xtrace ifeq ($(build-shared),yes) install-bin-script += catchsegv endif -generated = catchsegv xtrace +generated += catchsegv xtrace include ../Rules |