From 1a95eccc53f8e67aba2f3ebdb87016bb6d10679f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 19:41:31 +0200 Subject: [PATCH] Removed executable section. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a242bce..0138d3f 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ install-ui: $(RBUI_FILES) # FIXME install %_ui.rb: %.ui - rbuic4 -x $< -o $@ + rbuic4 $< -o $@ sed -e 's/^module Ui/module Qasim ; module Ui/' \ -e 's/^end # module Ui/end ; end # module Qasim and Ui/' \ -i $@