Fri Sep 16 11:41:30 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Add alternative response which indicates the Solaris
- Next message: [Slony1-commit] By dpage: Fix line ends.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Use $(INSTALL_SCRIPT) to install slevent.dll on Windows.
Modified Files:
--------------
slony1-engine/src/slevent:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slevent/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/slevent/Makefile -Lsrc/slevent/Makefile -u -w -r1.1 -r1.2
--- src/slevent/Makefile
+++ src/slevent/Makefile
@@ -27,7 +27,7 @@
all-lib: $(NAME)
install-lib: $(NAME)
- $(INSTALL_STLIB) $< $(DESTDIR)$(pgpkglibdir)/$<
+ $(INSTALL_SCRIPT) $< $(DESTDIR)$(pgpkglibdir)/$<
uninstall-lib:
rm -f $(DESTDIR)$(libdir)/$(NAME)
- Previous message: [Slony1-commit] By cbbrowne: Add alternative response which indicates the Solaris
- Next message: [Slony1-commit] By dpage: Fix line ends.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list