Makefile.src.in
changeset 5901 e2e5001f4390
parent 5861 11c77d9df7fb
child 6192 c6adfc929c6b
equal deleted inserted replaced
5900:4253cc8b2962 5901:e2e5001f4390
   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