lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7f3f834 06/11: Rewrite '*clean*' targets


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7f3f834 06/11: Rewrite '*clean*' targets
Date: Tue, 16 Feb 2021 13:06:22 -0500 (EST)

branch: master
commit 7f3f834f3f7e96c3ba5850ead48b335500802fc8
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Rewrite '*clean*' targets
    
    'distclean' repeated the 'clean' recipe; now it depends on 'clean'.
    
    'maintainer-clean' depended only on 'clean'; now it more appropriately
    depends on 'distclean'.
---
 tools/pete-2.1.1/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/pete-2.1.1/Makefile b/tools/pete-2.1.1/Makefile
index b8dfaa4..7c1043f 100644
--- a/tools/pete-2.1.1/Makefile
+++ b/tools/pete-2.1.1/Makefile
@@ -53,9 +53,8 @@ et_vector_operators.hpp: et_vector.in
 clean:
        rm -f et_vector_test$(EXEEXT)
 
-distclean:
-       rm -f et_vector_test$(EXEEXT)
+distclean: clean
        rm -f PETE/Tools/MakeOperators$(EXEEXT)
 
-maintainer-clean: clean
+maintainer-clean: distclean
        rm -f et_vector_operators.hpp



reply via email to

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