diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 15:44:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 15:44:23 +0000 |
commit | a2a581041132c4c65d93877e4081f886849254b4 (patch) | |
tree | b1da8e85952e81efc7e0acc12fede2c19de51606 /Makefile.in | |
parent | 7d68065a272ef596f8d01173d4f9ccbd46e3b4fc (diff) |
- the help target is phony
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7981324a0..e6fae61e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ #-------------------------------------------------------------- noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \ defconfig allyesconfig allnoconfig clean distclean \ - release dist tags + release dist tags help include $(top_builddir)Rules.mak sub_headers := headers |