<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -111,11 +111,13 @@ image/README: README NEWS
 	-mkdir image
 	cp -p README NEWS image
 	chflags hidden image/README image/NEWS
+	touch $@
 
 image/.background: dist/image.png dist/DS_Store
 	-mkdir image/.background
 	cp -p dist/image.png image/.background
 	cp -p dist/DS_Store image/.DS_Store
+	touch $@
 
 ######################################################################
 
@@ -261,7 +263,6 @@ sbcl/customize-target-features.lisp: customize-target-features.lisp
 $(SBCL_BOOTSTRAP)/src/runtime/sbcl: $(SBCL_BOOTSTRAP_TBZ)
 	tar xjf $(SBCL_BOOTSTRAP_TBZ)
 	ln -f $(SBCL_BOOTSTRAP)/output/sbcl.core $(SBCL_BOOTSTRAP)/contrib
-	touch $@
 
 $(SBCL_BOOTSTRAP_TBZ):
 	if [ -f $(LOCAL_CACHE)/$(SBCL_BOOTSTRAP_TBZ) ]; then	\
@@ -273,7 +274,6 @@ $(SBCL_BOOTSTRAP_TBZ):
 $(SBCL_PPC_BOOTSTRAP)/src/runtime/sbcl: $(SBCL_PPC_BOOTSTRAP_TBZ)
 	tar xjf $(SBCL_PPC_BOOTSTRAP_TBZ)
 	ln -f $(SBCL_PPC_BOOTSTRAP)/output/sbcl.core $(SBCL_PPC_BOOTSTRAP)/contrib
-	touch $@
 
 $(SBCL_PPC_BOOTSTRAP_TBZ):
 	if [ -f $(LOCAL_CACHE)/$(SBCL_PPC_BOOTSTRAP_TBZ) ]; then	\
@@ -418,6 +418,7 @@ else
 $(SBCL_PPC_RUNTIME_TBZ): $(SBCL_PPC_BOOTSTRAP_TBZ)
 	if [ -f $(LOCAL_CACHE)/$(SBCL_PPC_RUNTIME_TBZ) ]; then		\
 	    mv $(LOCAL_CACHE)/$(SBCL_PPC_RUNTIME_TBZ) $@;		\
+	    touch $@;							\
 	else								\
 	    ssh $(PPC_HOST) rm -fr /tmp/ready-lisp;			\
 	    rsync -e ssh -a --delete					\</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dad50534bc4ae06b6d11767b02de762b5df150de</id>
    </parent>
  </parents>
  <author>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </author>
  <url>http://github.com/jwiegley/ready-lisp/commit/7806c1c07de01e3e8fc60f8b3a29235da82bf3eb</url>
  <id>7806c1c07de01e3e8fc60f8b3a29235da82bf3eb</id>
  <committed-date>2009-01-26T23:04:21-08:00</committed-date>
  <authored-date>2009-01-26T22:38:41-08:00</authored-date>
  <message>Changed several uses of touch in the Makefile.</message>
  <tree>995f20e5de6c7573a207435aa3436a0916ff70cb</tree>
  <committer>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </committer>
</commit>
