1From f658181c58347c3e2b0ee4f0a6a3d19162921471 Mon Sep 17 00:00:00 2001 2From: Ting Liu <b28495@freescale.com> 3Date: Tue, 12 Jun 2012 14:26:16 -0400 4Subject: [PATCH] discard use of dnl in Makefile.am 5 6Since Makefile.am is not processed by m4, but by automake, 'dnl' does 7not introduce a comment. 8 9Signed-off-by: Ting Liu <b28495@freescale.com> 10 11--- 12 Makefile.am | 2 +- 13 1 file changed, 1 insertion(+), 1 deletion(-) 14 15diff --git a/Makefile.am b/Makefile.am 16index eff6977..3091c33 100644 17--- a/Makefile.am 18+++ b/Makefile.am 19@@ -1,5 +1,5 @@ 20 PACKAGE = rp-pppoe 21 VERSION = 3.8 22 23-dnl AM_CFLAGS = -Wall -DDEBUG 24+##dnl AM_CFLAGS = -Wall -DDEBUG 25 SUBDIRS = src 26