Skip to content

Commit

Permalink
PYTHON not defined in Mer, use it directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Feb 11, 2013
1 parent c0c684d commit 6e5f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions history/Makefile.am
Expand Up @@ -18,5 +18,5 @@ libhistory_la_LIBADD = \
IDL = nsIEmbedLiteHistory
EmbedHistoryListener.cpp: $(IDL).h
$(IDL).h: $(IDL).idl
$(PYTHON) $(SDK_DIR)/sdk/bin/header.py -I$(IDL_DIR) -I. $(srcdir)/$(IDL).idl -o $(IDL).h
$(PYTHON) $(SDK_DIR)/sdk/bin/typelib.py -I$(IDL_DIR) -I. $(srcdir)/$(IDL).idl -o $(IDL).xpt
python $(SDK_DIR)/sdk/bin/header.py -I$(IDL_DIR) -I. $(srcdir)/$(IDL).idl -o $(IDL).h
python $(SDK_DIR)/sdk/bin/typelib.py -I$(IDL_DIR) -I. $(srcdir)/$(IDL).idl -o $(IDL).xpt

0 comments on commit 6e5f56e

Please sign in to comment.