Makefile: Fixed sed command line.

This commit is contained in:
Glenn Y. Rolland 2012-08-02 11:10:25 +02:00
parent f1e7f80ae0
commit bb46e58c4b

View file

@ -93,7 +93,7 @@ install-ui: $(RBUI_FILES)
%_ui.rb: %.ui
rbuic4 $< -o $@
sed -e '/^module Ui/,/^end # module Ui/d'
sed -e '/^module Ui/,/^end # module Ui/d' \
-i $@