From: Miroslav Lichvar Date: Mon, 22 Nov 2010 12:53:53 +0000 (+0100) Subject: move libnewt.pc removing to veryclean target X-Git-Tag: r0-52-13~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=16e959c32e1e8c9fc6997753428cd74f87eaf32c;p=thirdparty%2Fnewt.git move libnewt.pc removing to veryclean target --- diff --git a/Makefile.in b/Makefile.in index 1c82be8..f15de20 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,11 +88,11 @@ $(LIBNEWT): $(LIBOBJS) newt.o $(SHAREDDIR)/newt.o: newt.c Makefile veryclean: clean - rm -f .depend + rm -f .depend *.pc clean: rm -f $(PROGS) *.o $(LIBNEWT) core $(LIBNEWTSH) \ - $(SHAREDDIR)/*.o *.so* *.pc + $(SHAREDDIR)/*.o *.so* depend: $(CPP) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend