diff options
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index d4752f833b..57669817d7 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -47,20 +47,12 @@ uninstall: files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -lint: - -tags: - errors: update: depend depend: -dclean: - $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new - mv -f Makefile.new $(MAKEFILE) - clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |