X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile;h=491bb0ec22a446bd8cb25f4c479d127a6d33421b;hp=24a0ce90710e0381d73de79e8a01c198d336e3a2;hb=c11b96a1e248665beb9f969d38daa9487955f7f5;hpb=773470c05431f3f5b5c80e9ef1be2d8ce4bb6cd0 diff --git a/Makefile b/Makefile index 24a0ce9..491bb0e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile,v 1.2 2006-09-27 12:09:02 rich Exp $ +# $Id: Makefile,v 1.3 2006-09-27 12:10:18 rich Exp $ include Makefile.config @@ -40,9 +40,9 @@ test_ancient.opt: ancient.cmxa test_ancient.cmx # Findlib META file. META: META.in Makefile.config - $(SED) -e 's/@PACKAGE@/$(PACKAGE)/' \ - -e 's/@VERSION@/$(VERSION)/' \ - < $< > $@ + sed -e 's/@PACKAGE@/$(PACKAGE)/' \ + -e 's/@VERSION@/$(VERSION)/' \ + < $< > $@ # Clean.