~ubuntu-branches/ubuntu/oneiric/mysql-5.1/oneiric-updates

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2011-07-17 17:26:27 UTC
  • mfrom: (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110717172627-6ml4e6l16adhecmy
Tags: 5.1.58-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
          @LN_CP_F@ $(top_srcdir)/sql/$$f $$f; \
117
117
        done; \
118
118
        for f in $(strings_src) ; do \
119
 
          rm -f $(srcdir)/$$f; \
 
119
          rm -f $$f; \
120
120
          @LN_CP_F@ $(top_srcdir)/strings/$$f $$f; \
121
121
        done; \
122
 
        rm -f $(srcdir)/my_user.c; \
 
122
        rm -f my_user.c; \
123
123
        @LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c;
124
124
        echo timestamp > link_sources;
125
125