mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Re/Move substitute declarations.
This commit is contained in:
parent
62cb8fcc34
commit
e3ff46defa
@ -275,8 +275,7 @@ clean:
|
||||
$(cpp_objects) $(cpp_objects_i386) $(cpp_objects_ppc) \
|
||||
$(idl_typelib) $(idl_headers) $(target:=.res) fake.lib fake.exp WeaveCrypto.rc
|
||||
|
||||
substitute := perl -p -e 's/@([^@]+)@/defined $$ENV{$$1} ? $$ENV{$$1} : $$&/ge'
|
||||
|
||||
substitute = perl -p -e 's/@([^@]+)@/defined $$ENV{$$1} ? $$ENV{$$1} : $$&/ge'
|
||||
subst:
|
||||
$(substitute) WeaveCrypto.rc.in > WeaveCrypto.rc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user