Skip to content

Commit

Permalink
Makefile, 3rd/libuv: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 11, 2014
1 parent aecbef1 commit 2371163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd/libuv
Submodule libuv updated 1 files
+9 −9 configure
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ examples: pn
for e in example/*.pn; do echo $$e; time bin/potion $$e; done

dist: $(AIO_DEPS) bins libs static ${GREG}
@if [ -n "${RPATH}" ]; then \
+@if [ -n "${RPATH}" ]; then \
rm -f ${BINS} ${PNLIB}; \
+$(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
$(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
fi
+$(MAKE) -f dist.mak $@ PREFIX="${PREFIX}" EXE=${EXE} DLL=${DLL} LOADEXT=${LOADEXT}

Expand Down

0 comments on commit 2371163

Please sign in to comment.