- Timestamp:
- Nov 9, 2009, 11:36:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r795 r836 23 23 # You should have received a copy of the GNU General Public License 24 24 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 25 26 MOVE_IF_CHANGE = $(SHELL) $(top_srcdir)/build_support/move-if-change 25 27 26 28 SUBDIRS = yat . … … 61 63 if HAVE_SVN_WC 62 64 $(srcdir)/subversion_info.cc: subversion_info.cc.tmp 63 @$(SHELL) $(top_srcdir)/build_support/move-if-change subversion_info.cc.tmp \ 64 $(srcdir)/subversion_info.cc 65 @$(MOVE_IF_CHANGE) subversion_info.cc.tmp $@ 65 66 66 67 subversion_info.cc.tmp: FORCE … … 72 73 # update copyright year automatically (if we build from svn wc) 73 74 $(srcdir)/copyright_year.cc: copyright_year.cc.tmp 74 @$( SHELL) $(top_srcdir)/build_support/move-if-change $<$@75 @$(MOVE_IF_CHANGE) copyright_year.cc.tmp $@ 75 76 76 77 copyright_year.cc.tmp: FORCE
Note: See TracChangeset
for help on using the changeset viewer.