We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2c7de17 commit78d4ca0Copy full SHA for 78d4ca0
src/makefiles/Makefile.aix
@@ -17,9 +17,9 @@ $(POSTGRES_IMP):
17
$(MKLDEXPORT) postgres $(bindir) > $@
18
$(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS)
19
20
-%$(EXPSUFF):
+%$(EXPSUFF): %.o
21
$(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF)
22
23
%$(DLSUFFIX): %.o %$(EXPSUFF)
24
-@echo Makingshare library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
+@echo Makingshared library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
25
$(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL)