]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Use $(datadir), not datadir
authorTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:48:06 +0000 (08:48 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:48:06 +0000 (08:48 +0000)
data.sed

index 19ce7f1d36ba274fdf82a6170d87d3036726ba26..fa2b1d2d33ae878a3a1f683fdbd837fbc340cafe 100644 (file)
--- a/data.sed
+++ b/data.sed
@@ -1,4 +1,4 @@
 # Hack data.am for DATA variable.
 s/@SHORT@/d/g
 s/@LONG@/$(DATA)/g
-s/@DIR@/datadir/g
+s/@DIR@/$(datadir)/g