Construction de camlp4_config.ml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7666 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
6f41153b3f
commit
18266e9669
4
Makefile
4
Makefile
|
@ -339,10 +339,6 @@ utils/config.ml: utils/config.mlp config/Makefile
|
|||
-e 's|%%EXT_DLL%%|.so|' \
|
||||
-e 's|%%SYSTHREAD_SUPPORT%%|$(SYSTHREAD_SUPPORT)|' \
|
||||
utils/config.mlp > utils/config.ml
|
||||
if test -w camlp4/build/camlp4_config.ml; \
|
||||
then grep ast utils/config.ml >> camlp4/build/camlp4_config.ml && \
|
||||
chmod -w camlp4/build/camlp4_config.ml; \
|
||||
else : ; fi
|
||||
@chmod -w utils/config.ml
|
||||
|
||||
partialclean::
|
||||
|
|
Loading…
Reference in New Issue