2003-07-20 19:29:38 +00:00
|
|
|
%: %.in Makefile
|
|
|
|
sed \
|
2003-11-22 18:45:56 +00:00
|
|
|
-e "s^@prefix\@^$(prefix)^g" \
|
|
|
|
-e "s^@bindir\@^$(bindir)^g" \
|
|
|
|
-e "s^@sysconfdir\@^$(sysconfdir)^g" \
|
|
|
|
-e "s^@localstatedir\@^$(localstatedir)^g" \
|
|
|
|
-e "s^@datadir\@^$(datadir)^g" \
|
2003-11-24 12:10:16 +00:00
|
|
|
-e "s^@host\@^$(host_triplet)^g" \
|
2003-11-22 18:45:56 +00:00
|
|
|
-e "s^@wget\@^$(wget)^g" \
|
2003-07-20 19:29:38 +00:00
|
|
|
< $< > $@ || rm $@
|
|
|
|
chmod +x $@
|