*** ./src/makefiles/Makefile.aix.orig Sat Sep 30 09:00:18 2000 --- ./src/makefiles/Makefile.aix Mon Oct 16 16:29:48 2000 *************** *** 17,25 **** $(MKLDEXPORT) postgres $(bindir) > $@ $(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS) ! %$(EXPSUFF): $(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF) %$(DLSUFFIX): %.o %$(EXPSUFF) ! @echo Making share library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp $(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL) --- 17,25 ---- $(MKLDEXPORT) postgres $(bindir) > $@ $(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS) ! %$(EXPSUFF): %.o $(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF) %$(DLSUFFIX): %.o %$(EXPSUFF) ! @echo Making shared library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp $(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL)