Revision: 8871
          http://gar.svn.sourceforge.net/gar/?rev=8871&view=rev
Author:   hson
Date:     2010-02-27 22:07:35 +0000 (Sat, 27 Feb 2010)

Log Message:
-----------
expect: Fix tcl and tk include paths

Modified Paths:
--------------
    csw/mgar/pkg/expect/trunk/Makefile

Modified: csw/mgar/pkg/expect/trunk/Makefile
===================================================================
--- csw/mgar/pkg/expect/trunk/Makefile  2010-02-27 22:02:12 UTC (rev 8870)
+++ csw/mgar/pkg/expect/trunk/Makefile  2010-02-27 22:07:35 UTC (rev 8871)
@@ -32,8 +32,8 @@
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-shared
 CONFIGURE_ARGS += --with-tcl=/opt/csw/lib --with-tk=/opt/csw/lib
-CONFIGURE_ARGS += 
--with-tclinclude=/export/home/hson/dev/mgar/pkg/tcl/trunk/work/solaris8-sparc/./build-isa-sparcv8/tcl8.5.7/generic/
-CONFIGURE_ARGS += 
--with-tkinclude=/export/home/hson/dev/mgar/pkg/tk/trunk/work/solaris8-sparc/./build-isa-sparcv8/tk8.5.7/generic/
+CONFIGURE_ARGS += --with-tclinclude=$(WORKSRC)/../tcl8.5.7/generic/
+CONFIGURE_ARGS += --with-tkinclude=$(WORKSRC)/../tk8.5.7/generic/
 
 TEST_TARGET = 
 
@@ -64,8 +64,3 @@
        )
 #      @( cd $(WORKSRC); aclocal;autoconf)
        @$(MAKECOOKIE)
-
-configure-%/configure:
-       @echo " ==> Running configure in $*"
-       cd $* && $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
-       @$(MAKECOOKIE)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to