[Orca-checkins] r531 - orca/trunk/contrib/rotate_orca_graphs

blair at orcaware.com blair at orcaware.com
Wed Oct 17 09:05:40 PDT 2007


Author: blair at orcaware.com
Date: Wed Oct 17 09:04:53 2007
New Revision: 531

Modified:
   orca/trunk/contrib/rotate_orca_graphs/Makefile.in

Log:
Fix a build error.

Patch from: Dagobert Michelsen <dam at baltic-online.de>.

* contrib/rotate_orca_graphs/Makefile.in:
  Add a missing @ to the end of a config.status replacement:
    s/@INSTALL/@INSTALL@/.


Modified: orca/trunk/contrib/rotate_orca_graphs/Makefile.in
==============================================================================
--- orca/trunk/contrib/rotate_orca_graphs/Makefile.in	(original)
+++ orca/trunk/contrib/rotate_orca_graphs/Makefile.in	Wed Oct 17 09:04:53 2007
@@ -1,7 +1,7 @@
 @SET_MAKE@
 
 bindir	= @bindir@
-INSTALL	= @INSTALL
+INSTALL	= @INSTALL@
 MKDIR	= @MKDIR@
 
 TARGETS	= rotate_orca_graphs



More information about the Orca-checkins mailing list