Dear Sir/Madam,

 

I cannot match a pattern rule in my Makefile. What about the match for pattern that includes the slash and that file is empty?

 

I attached the log file and listed below part of Make file.

 

# generic rule for test cases

%.vi:%.bhex

      $(HEX2HEX16) $< > $@

 

../dat/%.dat:%.hex

      $(HEX2HEXBI) $< > $@

 

../dattop/%.dat:%.hex

      $(HEX2HEXBI) $< > $@

 

%.bhex:%.hex

      $(HEX2HEXBI) $< > $@

 

%.hex:%.bin

      $(BH) $< > $@

 

 

Thank

 

Yan

Attachment: make.log
Description: make.log

_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to