From 54df272f50035edc1e38300ea3cb382d3b1a9c28 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 25 Feb 2022 10:39:45 -0800 Subject: [PATCH] remove references to old Qt 'moc' timestamp files src/moc.qt[56] existed briefly but got replaced by src/Qt[56].h-t (controlled by hints/include/compiler.370). The old names were deliberately left in src/.gitignore and sys/unix/Makefile.src's 'clean' target to give some time for anyone who had generated them to run 'make clean' to get rid of them. That time is now up. It's only been about three weeks but if I wait any longer I'll probably forget. --- src/.gitignore | 1 - sys/unix/Makefile.src | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index 720c59de4..9e935c7d6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -14,7 +14,6 @@ nethack *.o tiles.bmp *.moc -moc.qt* *.lnk graphicschk nhdat diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 6dee37b1f..ff7b75f67 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -746,7 +746,7 @@ tags: $(CSOURCES) @( cd ../util ; $(MAKE) tags ) clean: - -rm -f *.o $(HACK_H) $(CONFIG_H) moc.qt* + -rm -f *.o $(HACK_H) $(CONFIG_H) -rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files $(CLEANMORE)