* Use printf "" instead of touch to create timestamps because of systems

where touch does not create the file.


git-svn-id: svn://svn.zoy.org/elk/trunk@217 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-28 10:12:49 +00:00
parent 97d78723a2
commit 8192139a2b
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ if NATIVE_BUILD
all-local: $(allstamps)
endif
stamp-r4rs:
stamp-r4rs: $(top_builddir)/src/elk
rm -f $@
-$(top_builddir)/src/elk -p .:$(top_srcdir)/scm -l r4rstest.scm
rm -f tmp1 tmp2 tmp3
touch $@
printf "" > $@