Commit 6e628f3e authored by Claes Sjofors's avatar Claes Sjofors

Make rule for classvolume structfiles removed in pwrp_rules.mk

parent 04e68fde
......@@ -20,10 +20,10 @@ f77inc := -I$(pwr_inc) -I$(pwrp_inc)
.SUFFIXES:
$(pwrp_inc)/pwr_%classes.h : $(pwrp_db)/%.wb_load
@ echo "Create struct $(notdir $(source))"
@ wb_cmd create struct
@ co_convert -x -d $(pwrp_exe) $(source)
#$(pwrp_inc)/pwr_%classes.h : $(pwrp_db)/%.wb_load
# @ echo "Create struct $(notdir $(source))"
# @ wb_cmd create struct
# @ co_convert -x -d $(pwrp_exe) $(source)
$(pwrp_inc)/%.h : %.h
@ echo "Copy $(notdir $(source))"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment