$hare the $ub$titute command from root Makefile.

This commit is contained in:
Edward Lee 2009-07-16 14:07:07 -07:00
Родитель e3ff46defa
Коммит a2fb76d1d2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -275,7 +275,6 @@ 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'
subst:
$(substitute) WeaveCrypto.rc.in > WeaveCrypto.rc