Remove superfluous backslash character from Makefile

Found by Leo Unglaub. Thank you!
This commit is contained in:
bket 2022-10-30 19:45:53 +00:00
parent cadb3bd319
commit 91d8a0659f

View File

@ -61,7 +61,7 @@ USE_GMAKE= Yes
CONFIGURE_STYLE=autoreconf
CONFIGURE_ARGS= --disable-manualupdatecheck \
--with-dbus \
--with-dbus
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GREP=/usr/bin/grep \