That behaviour was broken by c96724af1baaa926cbcc8d8e5b19fd5ba339d962
(Makefile: add short help target). Also, update the helptext accordingly.

Signed-off-by: Wolfram Sang <w.s...@pengutronix.de>
---
 Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 240b748..0b7edbe 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,11 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
+default: all
+
 help:
-       @echo "Common targets:"
-       @echo "  all            - build the standard set of utilities"
+       @echo "Common targets ('*' is default):"
+       @echo "* all            - build the standard set of utilities"
        @echo "  debugtools     - build the debugging utilities"
 
 # Set this to 'false' if you do not need the socket-startup script
-- 
1.7.2.3


_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to