Skip to content

Commit ee0e98f

Browse files
author
lazear
committed
Update configure
1 parent 6b9ce65 commit ee0e98f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scheme/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.o
22
*.a
3+
*.tar.gz
34
.config

scheme/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ clean() {
280280
# If Makefile exists, grab the existing PROJECT_VER and CFLAGS variables and use them
281281
if [ -f $OUTPUT ]; then
282282
PROJECT_VER=$(cat $OUTPUT | grep "export VERSION" | sed -e 's/^.*=[ ]*//g')
283-
CFLAGS=$(cat $OUTPUT | grep "export CFLAGS" | sed -e 's/^.*=[ ]*//g')
283+
CFLAGS=$(cat $OUTPUT | grep "export CFLAGS" | sed -e 's/^export CFLAGS\s*=\s*//')
284284
MANPATH=$(cat $OUTPUT | grep "export MANPATH" | sed -e 's/^.*[ ]*//g')
285285
else
286286
PROJECT_VER="0.1.0"

0 commit comments

Comments
 (0)