Thu Aug 19 18:00:49 PDT 2004
- Previous message: [Slony1-commit] By darcyb: Make AIX compile again
- Next message: [Slony1-commit] By darcyb: Make the AIX build a bit cleaner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Opps I forgot to commit this file with the last round of AIX changes.
Modified Files:
--------------
slony1-engine/makefiles:
Makefile.aix (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile.aix
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.aix,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lmakefiles/Makefile.aix -Lmakefiles/Makefile.aix -u -w -r1.4 -r1.5
--- makefiles/Makefile.aix
+++ makefiles/Makefile.aix
@@ -21,7 +21,7 @@
POSTGRES_IMP= postgres$(IMPSUFF)
-MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
+MKLDEXPORT=$(slony_top_builddir)/makefiles/mkldexport.sh
%$(EXPSUFF): %.o
$(MKLDEXPORT) $*.o > $*$(EXPSUFF)
@@ -31,4 +31,4 @@
%$(DLSUFFIX): %.o %$(EXPSUFF)
@echo Making shared library $@ from $*.o, $*$(EXPSUFF) and postgres.imp
- $(CC) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) $(LIBS)
+ $(CC) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bI:$(slony_top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) $(LIBS)
- Previous message: [Slony1-commit] By darcyb: Make AIX compile again
- Next message: [Slony1-commit] By darcyb: Make the AIX build a bit cleaner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list