bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cannot match a pattern rule


From: Yan Zhang
Subject: cannot match a pattern rule
Date: Fri, 9 Sep 2005 15:04:33 -0700

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]