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: Mon, 03 Jul 2006 02:36:26 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/03 02:36:25

Index: checks/Makefile.in
===================================================================
RCS file: /sources/m4/m4/checks/Attic/Makefile.in,v
retrieving revision 1.1.1.1.2.7
retrieving revision 1.1.1.1.2.8
diff -u -b -r1.1.1.1.2.7 -r1.1.1.1.2.8
--- checks/Makefile.in  18 Jun 2006 21:52:59 -0000      1.1.1.1.2.7
+++ checks/Makefile.in  3 Jul 2006 02:36:25 -0000       1.1.1.1.2.8
@@ -22,6 +22,8 @@
 SHELL = /bin/sh
 
 bindir = @bindir@
+exec_prefix = @exec_prefix@
+prefix = @prefix@
 srcdir = @srcdir@
 VPATH = @srcdir@
 PATH_SEPARATOR = @PATH_SEPARATOR@
@@ -50,11 +52,11 @@
 
 check: stamp-checks
        PATH=`pwd`/../src"$(PATH_SEPARATOR)"$$PATH; export PATH; \
-       cd $(srcdir) && ./check-them $(CHECKS)
+       $(srcdir)/check-them -I $(srcdir)/../examples $(srcdir)/$(CHECKS)
 
 installcheck: stamp-checks
        PATH='$(bindir)'"$(PATH_SEPARATOR)"$$PATH; export PATH; \
-       cd $(srcdir) && ./check-them $(CHECKS)
+       $(srcdir)/check-them -I $(srcdir)/../examples $(srcdir)/$(CHECKS)
 
 tags:
 
@@ -66,7 +68,7 @@
        rm -f Makefile
 
 maintainer-clean realclean: distclean
-       rm -f $(CHECKS) stamp-checks
+       rm -f $(srcdir)/$(CHECKS) stamp-checks
 
 distdir: dist
 




reply via email to

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