]> granicus.if.org Git - nethack/commitdiff
remove references to old Qt 'moc' timestamp files
authorPatR <rankin@nethack.org>
Fri, 25 Feb 2022 18:39:45 +0000 (10:39 -0800)
committerPatR <rankin@nethack.org>
Fri, 25 Feb 2022 18:39:45 +0000 (10:39 -0800)
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
sys/unix/Makefile.src

index 720c59de490746b44f675f87d8f77c2f5366ed35..9e935c7d62c74780504a2678cdf1181433fccb86 100644 (file)
@@ -14,7 +14,6 @@ nethack
 *.o
 tiles.bmp
 *.moc
-moc.qt*
 *.lnk
 graphicschk
 nhdat
index 6dee37b1fd43495c8235a2da721137bce4c478ad..ff7b75f6748c8a1a29ce350feacd029526400eaa 100644 (file)
@@ -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)