Makefile.src.in
changeset 5650 abe82ec83232
parent 5610 68b36ebb3469
child 5941 adaea39e84ab
equal deleted inserted replaced
5649:d46898bc6586 5650:abe82ec83232
   192 
   192 
   193 	$(Q)rm -f Makefile.dep.tmp Makefile.dep.tmp.bak
   193 	$(Q)rm -f Makefile.dep.tmp Makefile.dep.tmp.bak
   194 
   194 
   195 endif
   195 endif
   196 
   196 
   197 # Avoid problems with deps if a .h file is deleted without the deps
   197 # Avoid problems with deps if a .h/.hpp file is deleted without the deps
   198 #  being updated. Now the Makefile continues, the deps are recreated
   198 #  being updated. Now the Makefile continues, the deps are recreated
   199 #  and all will be fine.
   199 #  and all will be fine.
   200 %.h:
   200 %.h %.hpp:
   201 	@true
   201 	@true
   202 
   202 
   203 
   203 
   204 # Compile all the files according to the targets
   204 # Compile all the files according to the targets
   205 
   205