Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 78d4ca0

Browse files
committed
Something changed, that now shows that there is a dependency missing in
Makefile .aix Please apply to current, to fix shared lib build from single .o files. Thanks Andreas
1 parent 2c7de17 commit 78d4ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefiles/Makefile.aix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ $(POSTGRES_IMP):
1717
$(MKLDEXPORT) postgres $(bindir) > $@
1818
$(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS)
1919

20-
%$(EXPSUFF):
20+
%$(EXPSUFF): %.o
2121
$(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF)
2222

2323
%$(DLSUFFIX): %.o %$(EXPSUFF)
24-
@echo Making share library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
24+
@echo Making shared library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
2525
$(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL)

0 commit comments

Comments
 (0)