diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 14:09:01 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 14:09:01 +0000 |
commit | f28b335f5eb18473a99a315655f78907462fc891 (patch) | |
tree | 1931c296d594a34016e4ee6044b45b268d0087a9 /ACE/bin/MakeProjectCreator/templates | |
parent | 63f81e7f0f0032e22cb9f0ccd6e1532021faa844 (diff) | |
download | ATCD-f28b335f5eb18473a99a315655f78907462fc891.tar.gz |
Mon Sep 13 14:04:48 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
Reverted change below, not correct given new info from Adam
Thu Sep 9 11:49:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/templates/gnu.mpd:
Removed invalid comma, thanks to Frank Preischl
<Frank dot Preischl at ids dot de> for reporting this
* debian/debian.rules:
* debian/mpc-ace.install:
Improved
Diffstat (limited to 'ACE/bin/MakeProjectCreator/templates')
-rw-r--r-- | ACE/bin/MakeProjectCreator/templates/gnu.mpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd index 51348dfc685..1e2dd1c62e4 100644 --- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd +++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd @@ -732,7 +732,7 @@ install: <%if(postbuild)%>__postbuild__<%else%>all<%endif%> INSTALL_LIB ?= lib ifneq ($(INSTALL_PREFIX),) ifneq ($(install_rpath),0) -LDFLAGS += -Wl,-R $(INSTALL_PREFIX)/$(INSTALL_LIB) +LDFLAGS += -Wl,-R,$(INSTALL_PREFIX)/$(INSTALL_LIB) endif endif |