# # # patch "ChangeLog" # from [cd000953600724259da484c39709d7346861548f] # to [b11a7a5cebade29b65ed517c0c68c884c4d1a3f1] # # patch "Makefile.am" # from [4b1b920f55c373743b4ae2185742e5bd484a75d9] # to [245a755689a8578e6604171290a93fb0de3c33a4] # ============================================================ --- ChangeLog cd000953600724259da484c39709d7346861548f +++ ChangeLog b11a7a5cebade29b65ed517c0c68c884c4d1a3f1 @@ -1,5 +1,10 @@ 2006-03-29 Nathaniel Smith + * Makefile.am (package_revision.txt): Whoops, missed a few spots, + thanks to Marcel for the tip... + +2006-03-29 Nathaniel Smith + * INSTALL: mtn-related tweaks. * monotone.spec, win32/monotone.iss: Untested mtn-related tweaks, and bump version to 0.26pre3. ============================================================ --- Makefile.am 4b1b920f55c373743b4ae2185742e5bd484a75d9 +++ Makefile.am 245a755689a8578e6604171290a93fb0de3c33a4 @@ -498,11 +498,11 @@ cmp -s address@hidden $@ || mv -f address@hidden $@ rm -f address@hidden -# A fake target so we can use MT/revision as a prerequisite, yet not -# crash if MT/revision does not exist. -$(srcdir)/MT/revision: +# A fake target so we can use _MTN/revision as a prerequisite, yet not +# crash if _MTN/revision does not exist. +$(srcdir)/_MTN/revision: true -package_revision.txt: $(srcdir)/MT/revision +package_revision.txt: $(srcdir)/_MTN/revision if [ -f $< ]; then cp $< $@; fi if [ ! -f $@ ]; then echo "unknown" > $@; fi package_revision.c: package_revision.txt txt2c Makefile