]> granicus.if.org Git - postgresql/commitdiff
Fix another erroneous =-for-:= substitution.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Feb 2007 19:31:45 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Feb 2007 19:31:45 +0000 (19:31 +0000)
src/Makefile.shlib

index 2cb84c940d0133dab3491b0def5c963a4c5677d0..3419245d587096a14fffbcda48ee4b3160865b8f 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright (c) 1998, Regents of the University of California
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/Makefile.shlib,v 1.107 2007/02/09 15:55:57 petere Exp $
+#    $PostgreSQL: pgsql/src/Makefile.shlib,v 1.108 2007/02/11 19:31:45 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -171,7 +171,7 @@ ifeq ($(PORTNAME), hpux)
     # ld can find the same libraries gcc does.  Make sure it goes after any
     # -L switches provided explicitly.
     ifeq ($(GCC), yes)
-      SHLIB_LINK = $(filter -L%, $(SHLIB_LINK)) -L/usr/local/lib $(filter-out -L%, $(SHLIB_LINK))
+      SHLIB_LINK := $(filter -L%, $(SHLIB_LINK)) -L/usr/local/lib $(filter-out -L%, $(SHLIB_LINK))
     endif
   endif
   # do this last so above filtering doesn't pull out -L switches in LDFLAGS