[Pkg-wmaker-commits] [wmacpi] 34/105: wmacpi: Merge clean and clean-all targets in Makefile.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmacpi.

commit 8b245d849307c9c6ae3259db8692ca66bb191041
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Nov 23 23:06:20 2014 -0600

    wmacpi: Merge clean and clean-all targets in Makefile.
    
    "make clean" should do the expected thing.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 716e683..44fb5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -57,9 +57,9 @@ endif
 
 clean:
 	rm -f TAGS *.o *~ trace *.out *.bb *.bbg
+	rm -f *.d $(targets)
 
 clean-all: clean
-	rm -f *.d $(targets)
 
 install: $(targets)
 	install -d $(PREFIX)/bin/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git



More information about the Pkg-wmaker-commits mailing list