lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4828] Fix defect introduced 20100323T1713Z


From: Greg Chicares
Subject: [lmi-commits] [4828] Fix defect introduced 20100323T1713Z
Date: Mon, 05 Apr 2010 19:36:33 +0000

Revision: 4828
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4828
Author:   chicares
Date:     2010-04-05 19:36:32 +0000 (Mon, 05 Apr 2010)
Log Message:
-----------
Fix defect introduced 20100323T1713Z

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2010-04-02 15:03:32 UTC (rev 4827)
+++ lmi/trunk/workhorse.make    2010-04-05 19:36:32 UTC (rev 4828)
@@ -874,7 +874,7 @@
   sample.db4 \
   sample.fnd \
   sample.ndx \
-  sample.pol \
+  sample.policy \
   sample.rnd \
   sample.tir \
 
@@ -965,7 +965,7 @@
 
 fardel_checksummed_files = \
   $(extra_fardel_checksummed_files) \
-  *.dat *.db4 *.fnd *.ndx *.pol *.rnd *.tir \
+  *.dat *.db4 *.fnd *.ndx *.policy *.rnd *.tir \
   expiry \
   md5sum$(EXEEXT) \
 
@@ -1003,12 +1003,12 @@
 .PHONY: test
 test: $(test_targets)
 
-# Some test targets require 'sample.pol' to exist even though they
+# Some test targets require 'sample.policy' to exist even though they
 # don't actually read its contents.
 
-$(test_targets): sample.pol
+$(test_targets): sample.policy
 
-sample.pol:
+sample.policy:
        @$(TOUCH) $@
 
 
################################################################################





reply via email to

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