]> granicus.if.org Git - postgresql/blobdiff - src/makefiles/Makefile.irix
Partial fix for contrib vpath breakage.
[postgresql] / src / makefiles / Makefile.irix
index 162982b6acf2e9f505ab031a5be1eede91c3bbd1..145653860e12eedc251670bc1e2f9582e4bd243f 100644 (file)
@@ -1,13 +1,12 @@
-MK_NO_LORDER= true
 AROPT = crs
-rpath = -Wl,-rpath,$(rpathdir)
+rpath = -Wl,-rpath,'$(rpathdir)'
 
 DLSUFFIX = .so
 # PIC is default
 CFLAGS_SL =
 
 %.so: %.o
-       $(LD) -G -Bdynamic -shared -o $@ $< 
+       $(CC) $(CFLAGS) -shared -o $@ $< 
 
 override CPPFLAGS += -U_NO_XOPEN4