File: 08-flexfix-320090.dpatch

package info (click to toggle)
nmh 1.1-release-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,184 kB
  • ctags: 4,541
  • sloc: ansic: 50,743; sh: 3,334; makefile: 957; awk: 74
file content (19 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## flexfix-320090.dpatch by <nickrusnov@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Properly invokes flex to generate dtimep.c

@DPATCH@
diff -rdu nmh-1.1-release/sbr/Makefile.in nmh-1.1-release.flexfix/sbr/Makefile.in
--- nmh-1.1-release/sbr/Makefile.in	2003-10-24 13:17:37.000000000 -0700
+++ nmh-1.1-release.flexfix/sbr/Makefile.in	2005-08-24 15:19:54.000000000 -0700
@@ -99,7 +99,7 @@
 	$(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
 
 dtimep.c: dtimep.lex
-	$(LEX) -nt $< > $@
+	$(LEX) -o $@ $<
 
 client.o: client.c
 	$(COMPILE2) $<