m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/checks/Attic/Makefile.in,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/checks/Attic/Makefile.in,v [branch-1_4]
Date: Sun, 18 Jun 2006 21:52:59 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/18 21:52:59

Index: checks/Makefile.in
===================================================================
RCS file: /sources/m4/m4/checks/Attic/Makefile.in,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- checks/Makefile.in  17 Jun 2006 13:11:18 -0000      1.1.1.1.2.6
+++ checks/Makefile.in  18 Jun 2006 21:52:59 -0000      1.1.1.1.2.7
@@ -24,6 +24,7 @@
 bindir = @bindir@
 srcdir = @srcdir@
 VPATH = @srcdir@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
 # Should be GNU awk, for the get-them script.
 AWK = @AWK@
@@ -48,11 +49,11 @@
 uninstall:
 
 check: stamp-checks
-       PATH=`pwd`/../src:$$PATH; export PATH; \
+       PATH=`pwd`/../src"$(PATH_SEPARATOR)"$$PATH; export PATH; \
        cd $(srcdir) && ./check-them $(CHECKS)
 
 installcheck: stamp-checks
-       PATH=$(bindir):$$PATH; export PATH; \
+       PATH='$(bindir)'"$(PATH_SEPARATOR)"$$PATH; export PATH; \
        cd $(srcdir) && ./check-them $(CHECKS)
 
 tags:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]