Currently the libpcp_pmda library Makefile does not provide any valid
default target on Windows. This fixes that (build tested on Linux and
on Windows).
--
Nathan
Index: devel-pcp-2.5.99/src/libpcp_pmda/src/GNUmakefile
===================================================================
--- devel-pcp-2.5.99.orig/src/libpcp_pmda/src/GNUmakefile 2006-11-20
14:33:58.379296250 +1100
+++ devel-pcp-2.5.99/src/libpcp_pmda/src/GNUmakefile 2006-11-20
14:43:41.539741500 +1100
@@ -56,7 +56,7 @@ LLDLIBS = -lpcp
LDIRT = $(LIBTARGET_V1) $(LIBTARGET_V2) $(LIBTARGET_V3)
-default: $(LIBTARGET_V1) $(LIBTARGET_V2)
+default: $(LIBTARGET_V1) $(LIBTARGET_V2) $(LIBTARGET)
$(LIBTARGET_V1) $(LIBTARGET_V2): $(LIBTARGET_V3)
$(LN_S) -f $(LIBTARGET_V3) $(LIBTARGET_V2)
|