Navigation Menu

Skip to content

Commit

Permalink
Support "make archive" in separated build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2014
1 parent 729764f commit cc1c83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/source/Makefile.am
Expand Up @@ -110,7 +110,7 @@ tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE).stamp: tmp/$(MARIADB_WITH_MROONGA_B
tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE)
for patch in $(PATCHES); do \
(cd tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE) && \
patch -p1 < ../../$${patch}); \
patch -p1 < $(abs_srcdir)/$${patch}); \
done

touch $@
Expand Down

0 comments on commit cc1c83c

Please sign in to comment.