Skip to content

Commit

Permalink
Small improvement in src/Makefile*
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Mar 17, 2013
1 parent 40f277e commit a83555a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
@@ -1,6 +1,6 @@

ifndef PIQI
export PIQI = ../priv/piqi-binary/"`uname -s`-`uname -m`"/piqi
export PIQI = $(shell echo ../priv/piqi-binary/"`uname -s`-`uname -m`"/piqi)
endif

#PIQIC = ../piqic-erlang/piqic-erlang
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.piqi
Expand Up @@ -11,7 +11,7 @@ PIQI_ERLANG_FILES = $(PIQI_ERL_FILES) $(PIQI_HRL_FILES)


ifndef PIQI
export PIQI = ../priv/piqi-binary/"`uname -s`-`uname -m`"/piqi
export PIQI = $(shell echo ../priv/piqi-binary/"`uname -s`-`uname -m`"/piqi)
endif

#PIQIC = ../piqic-erlang/piqic-erlang
Expand Down

0 comments on commit a83555a

Please sign in to comment.