makefile: scripts depend on common

This commit is contained in:
Dave Reisner 2012-12-12 09:04:45 -05:00
parent e4b4e30213
commit 0bde888ba4

View File

@ -15,7 +15,7 @@ _v_GEN_0 = @echo " GEN " $@;
edit = $(V_GEN) m4 -P $@.in >$@ && chmod go-w,+x $@
%: %.in
%: %.in common
$(edit)
clean: