]> granicus.if.org Git - postgresql/blobdiff - src/makefiles/Makefile.irix
Partial fix for contrib vpath breakage.
[postgresql] / src / makefiles / Makefile.irix
index 2a23c5a8fd4b72232ce15b63d7e9182996e59639..145653860e12eedc251670bc1e2f9582e4bd243f 100644 (file)
@@ -6,7 +6,7 @@ DLSUFFIX = .so
 CFLAGS_SL =
 
 %.so: %.o
-       $(LD) -G -Bdynamic -shared -o $@ $< 
+       $(CC) $(CFLAGS) -shared -o $@ $< 
 
 override CPPFLAGS += -U_NO_XOPEN4