[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] nmh/sbr Makefile.in
From: |
Peter Maydell |
Subject: |
[Nmh-commits] nmh/sbr Makefile.in |
Date: |
Tue, 20 May 2008 19:04:57 +0000 |
CVSROOT: /cvsroot/nmh
Module name: nmh
Changes by: Peter Maydell <pm215> 08/05/20 19:04:57
Modified files:
sbr : Makefile.in
Log message:
Update comment now we don't use lex -o.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/sbr/Makefile.in?cvsroot=nmh&r1=1.26&r2=1.27
Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/nmh/nmh/sbr/Makefile.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- Makefile.in 16 May 2008 15:31:28 -0000 1.26
+++ Makefile.in 20 May 2008 19:04:57 -0000 1.27
@@ -1,7 +1,7 @@
#
# Makefile for sbr subdirectory
#
-# $Id: Makefile.in,v 1.26 2008/05/16 15:31:28 opk Exp $
+# $Id: Makefile.in,v 1.27 2008/05/20 19:04:57 pm215 Exp $
#
SHELL = /bin/sh
@@ -101,8 +101,10 @@
lint: sigmsg.h
$(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
-# Note that some lexes (for example flex 2.5.4) require that there
-# be no space between -o and the output filename.
+# Note that not all lexes support -o (it is not POSIX); also
+# some lexes will only accept '-n -t', not '-nt'.
+# Also, not all makes accept $< in non-pattern rules,
+# hence the explicit filenames here.
dtimep.c: dtimep.lex
$(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] nmh/sbr Makefile.in,
Peter Maydell <=