Skip to content

Commit

Permalink
Remove soft links in the build directory, not the source directory (B…
Browse files Browse the repository at this point in the history
…ug#43312)
  • Loading branch information
kboortz committed May 3, 2011
1 parent bc7bf93 commit 4f666e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ link_sources:
@LN_CP_F@ $(top_srcdir)/sql/$$f $$f; \
done; \
for f in $(strings_src) ; do \
rm -f $(srcdir)/$$f; \
rm -f $$f; \
@LN_CP_F@ $(top_srcdir)/strings/$$f $$f; \
done; \
rm -f $(srcdir)/my_user.c; \
rm -f my_user.c; \
@LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c;
echo timestamp > link_sources;

Expand Down

0 comments on commit 4f666e8

Please sign in to comment.