From cc858506e9370e2f9293c58656264f5ae20d9ec4 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 25 May 2013 15:31:28 -0400 Subject: [PATCH] more build --- configure/RULES_PY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_PY b/configure/RULES_PY index 567bdb8..1a9db99 100644 --- a/configure/RULES_PY +++ b/configure/RULES_PY @@ -3,7 +3,7 @@ PY_FILES = $(PY:%=$(INSTALL_LOCATION)/python/%) $(PY_FILES) : $(INSTALL_LOCATION)/python/%: ../% @[ -d $(dir $@) ] || install -d $(dir $@) - @echo "Install PROTO $@" + @echo "Install PY $@" install -m 644 $< $@ build: $(PY_FILES)