Fix slightly botched search-and-replace which produced constructs like

"@ CFLAGS".
This commit is contained in:
Matt Zimmerman
2002-10-15 01:41:11 +00:00
parent 72695809f0
commit 3960df1f78
10 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ lib_LTLIBRARIES = libFLAC.la
if DEBUG
DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT
endif
CFLAGS = @ CFLAGS@ $(DEBUGCFLAGS)
CFLAGS = @CFLAGS@ $(DEBUGCFLAGS)
if FLaC__NO_ASM
else