]> granicus.if.org Git - postgresql/commitdiff
There was an error in the gcc portion of the patch I sent you. Here is
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Nov 2002 04:07:27 +0000 (04:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Nov 2002 04:07:27 +0000 (04:07 +0000)
the  fix.

Billy G. Allie

src/makefiles/Makefile.unixware

index 76b52a5cd880da401841b4626274856418cf667e..6b379822904593fcdf93eca18d8b643068868ab0 100644 (file)
@@ -12,7 +12,7 @@ ifeq ($(with_gnu_ld), yes)
        # the contents of LD_LIBRARY_PATH if it exists.
        tpath1=$(shell echo $(trpath) | sed -e 's/ *-L/,-rpath,/g')
 ifdef LD_LIBRARY_PATH
-       tpath2 = ,-rpath,tpath+=$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
+       tpath2 = ,-rpath,$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
 endif
        rpath = -Wl,-rpath,$(libdir)$(tpath)$(tpath2)
 else