Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Feb 22, 2017
1 parent 6b9ce65 commit ee0e98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scheme/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.o
*.a
*.tar.gz
.config
2 changes: 1 addition & 1 deletion scheme/configure
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ clean() {
# If Makefile exists, grab the existing PROJECT_VER and CFLAGS variables and use them
if [ -f $OUTPUT ]; then
PROJECT_VER=$(cat $OUTPUT | grep "export VERSION" | sed -e 's/^.*=[ ]*//g')
CFLAGS=$(cat $OUTPUT | grep "export CFLAGS" | sed -e 's/^.*=[ ]*//g')
CFLAGS=$(cat $OUTPUT | grep "export CFLAGS" | sed -e 's/^export CFLAGS\s*=\s*//')
MANPATH=$(cat $OUTPUT | grep "export MANPATH" | sed -e 's/^.*[ ]*//g')
else
PROJECT_VER="0.1.0"
Expand Down

0 comments on commit ee0e98f

Please sign in to comment.