diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-20 05:38:56 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-20 05:38:56 -0800 |
| commit | 3d34f2f73059266a1dde90d3667eb9de0f275d74 (patch) | |
| tree | def48010983d18f0717dbea0353f34f22c16f6eb | |
| parent | e58d8e309fb22889a11a257cd8d01b04d0fc8373 (diff) | |
Fix "make clean" to remove scripts/elfconfig.h
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9f716b01b425..024527110744 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -14,6 +14,8 @@ build-targets := $(host-progs) empty.o modpost-objs := modpost.o file2alias.o +clean-files := elfconfig.h + # Let clean descend into subdirs subdir- := lxdialog kconfig |
