Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | From f658181c58347c3e2b0ee4f0a6a3d19162921471 Mon Sep 17 00:00:00 2001 |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 2 | From: Ting Liu <b28495@freescale.com> |
| 3 | Date: Tue, 12 Jun 2012 14:26:16 -0400 |
| 4 | Subject: [PATCH] discard use of dnl in Makefile.am |
| 5 | |
| 6 | Since Makefile.am is not processed by m4, but by automake, 'dnl' does |
| 7 | not introduce a comment. |
| 8 | |
| 9 | Signed-off-by: Ting Liu <b28495@freescale.com> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | --- |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | Makefile.am | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | |
| 15 | diff --git a/Makefile.am b/Makefile.am |
| 16 | index 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 |