From 02bf7be6fc0f798790ef5b2160bc89a77b909428 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Fri, 30 Oct 2009 11:41:22 -0500 Subject: Imported dist_3.5-30.orig.tar.gz Summary: Imported dist_3.5-30.orig.tar.gz Keywords: Imported dist_3.5-30.orig.tar.gz into Git repository --- jmake/files/Jmake.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'jmake/files/Jmake.tmpl') diff --git a/jmake/files/Jmake.tmpl b/jmake/files/Jmake.tmpl index 80549b5..0663793 100644 --- a/jmake/files/Jmake.tmpl +++ b/jmake/files/Jmake.tmpl @@ -1,7 +1,7 @@ /* * Generic jmake template * - * $Id$ + * $Id: Jmake.tmpl 30 2009-10-28 07:45:28Z rmanfredi $ * * Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi * @@ -27,7 +27,7 @@ */ : Makefile.SH generated from Jmake.tmpl and Jmakefile -: $Id$ +: $Id: Jmake.tmpl 30 2009-10-28 07:45:28Z rmanfredi $ /************************************************************************* * * @@ -135,11 +135,15 @@ $spitshell >>Makefile <<'!NO!SUBS!' %MKDEP:|skip /* Skip if no depend target */ ;######################################################################## ;# Force 'make depend' to be performed first -- do not edit +/* + * The "all" target must appear first. Some "make" programs will otherwise + * default to the .FORCE_DEPEND target if it was listed first, despite it + * starting with a leading dot. + */ +all:: .FORCE_DEPEND .FORCE_DEPEND:: -all:: .FORCE_DEPEND - -skip /* Depend target */ ;######################################################################## ;# Start of Jmakefile -- cgit v1.2.3