Skip to content
Commit 4c0420d8 authored by Ting Liu's avatar Ting Liu Committed by Koen Kooi
Browse files

rp-pppoe: discard use of dnl in Makefile.am



Since Makefile.am is not processed by m4, but by automake, 'dnl' does
not introduce a comment.

Fix the following error: (appearred on opensuse-11.4/fedora-15, which
shipped make with version 3.82)
...
NOTE: package rp-pppoe-3.8-r8: task do_compile: Started
...
| NOTE: make -j 3
| Makefile:640: *** missing separator.  Stop.
| ERROR: oe_runmake failed
NOTE: package rp-pppoe-3.8-r8: task do_compile: Failed

Signed-off-by: default avatarTing Liu <b28495@freescale.com>
Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
parent 4712cc5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment