blob: c37105a5ce646cfe839e118af2621cfc8adeb4ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-Makefile,v 1.1.1.1 2009/01/23 13:35:30 sborrill Exp $
Remove code which attempts to read svn revision numbers from source files for use in comments
--- Makefile.orig 2009-01-23 12:55:03.000000000 +0000
+++ Makefile 2009-01-23 12:55:21.000000000 +0000
@@ -5,7 +5,7 @@
CC ?= cc
CFLAGS ?= -Wall -O2 -ggdb
-OPTFLAGS = -DREV=$(shell ./getrev.sh)
+#OPTFLAGS = -DREV=$(shell ./getrev.sh)
# Comment on non-gnu systems
OPTFLAGS += -DHAVE_GETOPT_LONG
|