From 6f1887bf1c935b025263c53b1ca63796fded409d Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 20 Nov 2008 09:17:57 -0800 Subject: [PATCH] Remover @ident_support@ fro tgt-null/Makefile.in This was missed in the previous patch. --- tgt-null/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgt-null/Makefile.in b/tgt-null/Makefile.in index 5cb577068..7b0cf6b75 100644 --- a/tgt-null/Makefile.in +++ b/tgt-null/Makefile.in @@ -36,7 +36,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -CPPFLAGS = @ident_support@ -I.. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@ @DEFS@ @PICFLAG@ +CPPFLAGS = -I.. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@ @DEFS@ @PICFLAG@ CFLAGS = -Wall @CFLAGS@ LDFLAGS = @LDFLAGS@