Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[GH #933] Fix wrong blib rpath in installable_pdump
Thanks to he32++ for detecting this
  • Loading branch information
Reini Urban committed Feb 23, 2013
1 parent d3b3c10 commit 28129d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/gen/makefiles/root.in
@@ -1,4 +1,4 @@
# Copyright (C) 2001-2012, Parrot Foundation.
# Copyright (C) 2001-2013, Parrot Foundation.

###############################################################################
#
Expand Down Expand Up @@ -1271,7 +1271,7 @@ $(INSTALLABLEPDUMP) : $(FR_DIR)/pbc_dump/main$(O) $(FR_DIR)/pbc_dump/packdump$(O
$(FR_DIR)/pbc_dump/main$(O) \
$(FR_DIR)/pbc_dump/packdump$(O) \
src/longopt$(O) \
$(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)
@rpath_lib@ $(ALL_PARROT_LIBS) $(LINKFLAGS)
#IF(win32 and has_mt): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;1
$(ADDGENERATED) "$@" "[main]" bin

Expand Down

0 comments on commit 28129d6

Please sign in to comment.