Skip to content

Commit

Permalink
fix comment marker in fallback rule
Browse files Browse the repository at this point in the history
see issuse #9
  • Loading branch information
flammie committed Jan 31, 2024
1 parent 03738d2 commit 0a32524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cg3/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependency.cg3: $(gt_SHARED_smi)/src/cg3/dependency.cg3
$(AM_V_CP)cp -f $< $@
else
%.cg3:
$(AM_V_GEN)echo "! missing dependency $@" > $@
$(AM_V_GEN)echo "# missing dependency $@" > $@
endif

##################################################################
Expand Down

0 comments on commit 0a32524

Please sign in to comment.