Skip to content

Commit

Permalink
[runtime] Fix some automake conditionals in scripts/, they should be …
Browse files Browse the repository at this point in the history
…in the beginning of the line.
  • Loading branch information
vargaz committed May 3, 2014
1 parent b55efe4 commit 9c4f0a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ if INSTALL_4_5
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.5,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.5,g'
else
if INSTALL_4_0
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
else
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
endif
if INSTALL_4_0
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
else
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
endif
endif

peverify: peverify.in Makefile
Expand Down

0 comments on commit 9c4f0a3

Please sign in to comment.