Skip to content

Commit

Permalink
Compilació postgen
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriera committed Oct 20, 2023
1 parent 31c17c6 commit a0f39e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ $(LANG1)$(VAR1).automorf.att.gz: $(LANG1).automorf.bin
$(LANG1)$(VAR1).autopgen.bin: $(BASENAME).post-$(LANG1).dix
lt-comp -a cat lr $< $@

$(LANG1)$(VAR2).autopgen.bin: $(BASENAME).post-$(LANG1).dix
lt-comp -a val_gva lr $< $@
$(LANG1)$(VAR2).autopgen.bin: $(LANG1)$(VAR3).autopgen.bin
cp $< $@

$(LANG1)$(VAR3).autopgen.bin: $(BASENAME).post-$(LANG1).dix
lt-comp -a val_gva lr $< $@
Expand Down

0 comments on commit a0f39e7

Please sign in to comment.