mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-02 23:59:53 -04:00
parent
88be86d3d4
commit
3c9acb0d3c
17 changed files with 24 additions and 21 deletions
|
@ -10,7 +10,7 @@ AM_V_SED_ = $(AM_V_SED_$(AM_DEFAULT_VERBOSITY))
|
|||
AM_V_SED = $(AM_V_SED_$(V))
|
||||
|
||||
embedded.loc: rufus.loc
|
||||
$(AM_V_SED) -f embedded.sed $< > $@
|
||||
$(AM_V_SED) -f $(srcdir)/embedded.sed $< > $@
|
||||
|
||||
clean-local:
|
||||
-rm -rf embedded.loc
|
||||
|
|
|
@ -367,7 +367,7 @@ uninstall-am:
|
|||
all-local: embedded.loc
|
||||
|
||||
embedded.loc: rufus.loc
|
||||
$(AM_V_SED) -f embedded.sed $< > $@
|
||||
$(AM_V_SED) -f $(srcdir)/embedded.sed $< > $@
|
||||
|
||||
clean-local:
|
||||
-rm -rf embedded.loc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue