lfs: Drop quotes in DEPS variable

Not sure why this has ever been there. This simply makes it
nicer to read and edit because we can have line-breaks now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-23 19:34:57 +00:00
committed by Arne Fitzenreiter
parent 64926f7599
commit 2dc2a27803
215 changed files with 215 additions and 215 deletions

View File

@@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
DEPS = "aprutil pcre"
DEPS = aprutil pcre
###############################################################################
# Top-level Rules