Use libtool to clean objects

This commit is contained in:
Todd C. Miller
2010-05-21 16:53:21 -04:00
parent a60f268a7c
commit 6b370cb020
4 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ check:
@echo nothing to check
clean:
-rm -f mksiglist siglist.c *.a *.o *.lo *.la stamp-* core *.core core.*
-$(LIBTOOL) --mode=clean rm -f mksiglist siglist.c *.a *.o *.lo *.la stamp-* core *.core core.*
mostlyclean: clean

View File

@@ -103,7 +103,7 @@ check:
@echo nothing to check
clean:
-rm -f *.a *.o *.lo *.la stamp-* core *.core core.*
-$(LIBTOOL) --mode=clean rm -f *.a *.o *.lo *.la stamp-* core *.core core.*
mostlyclean: clean

View File

@@ -301,7 +301,7 @@ check:
@echo nothing to check
clean:
-rm -f sudoreplay testsudoers visudo *.a *.o *.lo *.la stamp-* core *.core core.*
-$(LIBTOOL) --mode=clean rm -f sudoreplay testsudoers visudo *.a *.o *.lo *.la stamp-* core *.core core.*
mostlyclean: clean

View File

@@ -153,7 +153,7 @@ check:
@echo nothing to check
clean:
-rm -f *.a *.o *.lo *.la $(PROGS) core *.core core.*
-$(LIBTOOL) --mode=clean rm -f *.a *.o *.lo *.la $(PROGS) core *.core core.*
mostlyclean: clean