]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
move libnewt.pc removing to veryclean target
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Nov 2010 12:53:53 +0000 (13:53 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Nov 2010 12:53:53 +0000 (13:53 +0100)
Makefile.in

index 1c82be8f057b79e354791aa66c9e6f41d63699d1..f15de208ef9bb674f4f13532b8b7bf27f960c886 100644 (file)
@@ -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