From: Todd C. Miller Date: Fri, 21 May 2010 20:53:21 +0000 (-0400) Subject: Use libtool to clean objects X-Git-Tag: SUDO_1_8_0~603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b370cb0208510ad8f4b24dce39b3ff72cddacdb;p=sudo Use libtool to clean objects --- diff --git a/compat/Makefile.in b/compat/Makefile.in index e766e5c8c..30eb6d9b4 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -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 diff --git a/plugins/sample/Makefile.in b/plugins/sample/Makefile.in index e348a7931..9576f1ad2 100644 --- a/plugins/sample/Makefile.in +++ b/plugins/sample/Makefile.in @@ -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 diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index f658fadc0..1ee19e021 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index b015d8aa0..b0edf451b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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