[Orca-checkins] r413 - trunk/orca/lib

Blair Zajac blair at orcaware.com
Sun Feb 13 19:37:07 PST 2005


Author: blair
Date: Sun Feb 13 19:33:49 2005
New Revision: 413

Modified:
   trunk/orca/lib/Makefile.in
Log:
* lib/Makefile.in
  (install):
    Make the directory $(libdir)/SE/3.4 when installing, otherwise the
    files in lib/SE/3.4 do not get installed correctly.


Modified: trunk/orca/lib/Makefile.in
==============================================================================
--- trunk/orca/lib/Makefile.in	(original)
+++ trunk/orca/lib/Makefile.in	Sun Feb 13 19:33:49 2005
@@ -32,6 +32,7 @@
 	$(MKDIR) $(libdir)/SE/3.2.1
 	$(MKDIR) $(libdir)/SE/3.3
 	$(MKDIR) $(libdir)/SE/3.3.1
+	$(MKDIR) $(libdir)/SE/3.4
 	@for f in Orca/*.pm; do \
 	  echo $(INSTALL) -m 0644 $$f $(libdir)/Orca; \
 	  $(INSTALL) -m 0644 $$f $(libdir)/Orca; \



More information about the Orca-checkins mailing list