diff options
-rw-r--r-- | scripts/Makefile.lib | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index dd567e5d59e0..8109c133887d 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib | |||
@@ -415,7 +415,6 @@ cmd_xzmisc = (cat $(filter-out FORCE,$^) | \ | |||
415 | # Default sed regexp - multiline due to syntax constraints | 415 | # Default sed regexp - multiline due to syntax constraints |
416 | define sed-offsets | 416 | define sed-offsets |
417 | "/^->/{s:->#\(.*\):/* \1 */:; \ | 417 | "/^->/{s:->#\(.*\):/* \1 */:; \ |
418 | s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \ | ||
419 | s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ | 418 | s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ |
420 | s:->::; p;}" | 419 | s:->::; p;}" |
421 | endef | 420 | endef |