diff options
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-x | readlicense_oo/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk index 7a7098d3c01a..5670e6c341ac 100755 --- a/readlicense_oo/makefile.mk +++ b/readlicense_oo/makefile.mk @@ -25,18 +25,18 @@ ALLTAR: convert $(fallbacklicenses) just_for_nice_optics .IF "$(fallbacklicenses)"!="" $(fallbacklicenses) : convert @+$(ECHON) . - @+$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@ $(noout) + @+$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@ .ENDIF # "$(fallbacklicenses)"!="" just_for_nice_optics: $(fallbacklicenses) @+$(ECHONL) - @+echo done. + @echo done. convert: - @+echo converting license files + @echo converting license files @+-$(PERL) conv.pl -o $(MISC) # no conversion for *.rtf .IF "$(GUI)"=="WNT" - @+$(COPY) source$/license$/wnt$/*.rtf $(SYSLICDEST) $(noout) + @+$(COPY) source$/license$/wnt$/*.rtf $(SYSLICDEST) .ENDIF # "$(GUI)"=="WNT" |