summaryrefslogtreecommitdiff
path: root/jmake/files
diff options
context:
space:
mode:
Diffstat (limited to 'jmake/files')
-rw-r--r--jmake/files/Jmake.rules4
-rw-r--r--jmake/files/Jmake.tmpl12
2 files changed, 10 insertions, 6 deletions
diff --git a/jmake/files/Jmake.rules b/jmake/files/Jmake.rules
index 21ef3fe..aa31421 100644
--- a/jmake/files/Jmake.rules
+++ b/jmake/files/Jmake.rules
@@ -1,12 +1,12 @@
;########################################################################
;# Jmake rules for building libraries, programs, scripts, and data files
-;# $Id$
+;# $Id: Jmake.rules 18 2006-12-27 10:35:09Z rmanfredi $
/*
* MACHINE-INDEPENDENT RULES -- DO NOT MODIFY
*/
-/* $Id$
+/* $Id: Jmake.rules 18 2006-12-27 10:35:09Z rmanfredi $
*
* Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
*
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 <TAG>
-: $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