diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-09 12:36:59 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-09 12:36:59 +0000 |
commit | 804807781819e4f67c7cefeb2d08b3fe66dc71ed (patch) | |
tree | 3a478c47d5457ee21b8dad5ebc6bb032f8ca7914 /testasmcomp | |
parent | f34e9ef0a69c76495645a06d846e6a2544067f52 (diff) |
Histoire avec $(ASFLAGS) (??)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@972 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testasmcomp')
-rw-r--r-- | testasmcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testasmcomp/Makefile b/testasmcomp/Makefile index 04715b5dd..c8b17afea 100644 --- a/testasmcomp/Makefile +++ b/testasmcomp/Makefile @@ -122,7 +122,7 @@ power.o: power-$(SYSTEM).o .cmm.o: $(CAMLRUN) $(CODEGEN) $*.cmm > $*.s - $(AS) $(ASFLAGS) -o $*.o $*.s + $(AS) -o $*.o $*.s .asm.o: $(AS) $(ASFLAGS) -o $*.o $*.asm |