Makefile: Fixed sed command line.
This commit is contained in:
parent
f1e7f80ae0
commit
bb46e58c4b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -93,7 +93,7 @@ install-ui: $(RBUI_FILES)
|
||||||
|
|
||||||
%_ui.rb: %.ui
|
%_ui.rb: %.ui
|
||||||
rbuic4 $< -o $@
|
rbuic4 $< -o $@
|
||||||
sed -e '/^module Ui/,/^end # module Ui/d'
|
sed -e '/^module Ui/,/^end # module Ui/d' \
|
||||||
-i $@
|
-i $@
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue