diff options
Diffstat (limited to 'devel/mico/files/patch-examples::Makefile')
-rw-r--r-- | devel/mico/files/patch-examples::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mico/files/patch-examples::Makefile b/devel/mico/files/patch-examples::Makefile new file mode 100644 index 000000000000..ac45d2381b5a --- /dev/null +++ b/devel/mico/files/patch-examples::Makefile @@ -0,0 +1,11 @@ +--- demo/Makefile.orig Mon Jun 30 05:51:13 2003 ++++ demo/Makefile Mon Jun 30 05:51:23 2003 +@@ -27,7 +27,7 @@ + + RUNDIRS = bench dynany interceptor codesets poa obv mcast generic pi + +-INST_DIRS = $(DIRS) shlib ssl ++INST_DIRS = $(DIRS) shlib + + ifeq ($(HAVE_DYNAMIC), yes) + DIRS := $(DIRS) shlib |