summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortch69 <44942508+tch69@users.noreply.github.com>2022-10-27 21:42:19 +0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2022-11-01 13:24:30 +0100
commitf127bc96fc57d05f2cda19406cfc506cf5256e26 (patch)
treed1f20c9dffdd040ec6eca3f22d9c98d86e1410e7
parent0c118a14dd56d0484a8ca432cf801b9a6e6d024a (diff)
downloadProject-Tick-f127bc96fc57d05f2cda19406cfc506cf5256e26.tar.gz
Project-Tick-f127bc96fc57d05f2cda19406cfc506cf5256e26.zip
Makefile.in: distclean should remove zlib.pc instead of clean
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f068184e3a..88d40cb662 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -367,7 +367,6 @@ clean:
rm -rf objs
rm -f *.gcda *.gcno *.gcov
rm -f a.out a.exe
- rm -f *.pc
rm -f *._h
rm -rf btmp1 btmp2 pkgtmp1 pkgtmp2
@@ -375,7 +374,7 @@ maintainer-clean: distclean
distclean: clean
@if [ -f $(ARCHDIR)/Makefile ]; then $(MAKE) -C $(ARCHDIR) distclean; fi
@if [ -f test/Makefile ]; then $(MAKE) -C test distclean; fi
- rm -f $(PKGFILE) configure.log zconf.h zconf.h.cmakein zlib$(SUFFIX).h zlib_name_mangling$(SUFFIX)}.h
+ rm -f $(PKGFILE) configure.log zconf.h zconf.h.cmakein zlib$(SUFFIX).h zlib_name_mangling$(SUFFIX)}.h *.pc
-@rm -f .DS_Store
# Reset Makefile if building inside source tree
@if [ -f Makefile.in ]; then \