You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
12 lines
379 B
diff -Naur mico.orig/Makefile mico/Makefile |
|
--- mico.orig/Makefile Sun Mar 3 21:44:27 2002 |
|
+++ mico/Makefile Tue Dec 24 00:58:41 2002 |
|
@@ -62,7 +62,7 @@ |
|
$(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \ |
|
$(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \ |
|
fi |
|
- -ldconfig |
|
+# -ldconfig |
|
|
|
install-cd: |
|
for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done
|
|
|