* lib/am/dejagnu.am (site.exp): Fix typo.
+2001-06-04 Kevin Dalley <kevind@rahul.net>
+
+ * lib/am/dejagnu.am (site.exp): Fix typo.
+
2001-06-02 Tom Tromey <tromey@redhat.com>
* automake.in (variable_conditions_sub): Move parent-only code
## Note that in the rule we don't directly generate site.exp to avoid
## the possibility of a corrupted site.exp if make is interrupted.
## Jim Meyering has some useful text on this topic.
-if %?SITE-EXP?
+if %?SITE-EXP%
site.exp: Makefile
@echo 'Making a new site.exp file...'
@echo '## these variables are automatically generated by make ##' >site.tmp
@-rm -f site.bak
@test ! -f site.exp || mv site.exp site.bak
@mv site.tmp site.exp
-endif %?SITE-EXP?
+endif %?SITE-EXP%