]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 6.2 - patch 20210710
[ncurses.git] / test / Makefile.in
index e6edb9a691e33500c00fea7b122b795ee7e4fddb..2931b987bf1d8de0f13448defd1b95e3be58a850 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.127 2021/04/18 11:48:06 tom Exp $
+# $Id: Makefile.in,v 1.129 2021/07/03 15:45:33 tom Exp $
 ##############################################################################
 # Copyright 2020,2021 Thomas E. Dickey                                       #
 # Copyright 1998-2017,2018 Free Software Foundation, Inc.                    #
@@ -153,6 +153,13 @@ HEADER_DEPS        = \
        $(incdir)/unctrl.h \
        $(INCDIR)/nc_alloc.h
 
+################################################################################
+
+@MAKE_PHONY@.PHONY :   all
+@MAKE_PHONY@.PHONY :   check
+
+all::
+
 # Verify that each header-file can be compiled without including another.
 check::
        @$(SHELL) -c "for header in *.h;\