comparison src/Makefile.in @ 15900:ef4bd60e99ce

(paths.h, config.h): Targets deleted. (../config.status): Add two new rules to check need for reconfigure.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Aug 1996 19:48:43 +0000
parents 25dbb4494147
children 5b31a6ad1a67
comparison
equal deleted inserted replaced
15899:4ee67c1476f4 15900:ef4bd60e99ce
851 @true /* make -t should not create really-oldXMenu. */ 851 @true /* make -t should not create really-oldXMenu. */
852 .PHONY: really-oldXMenu 852 .PHONY: really-oldXMenu
853 #endif /* not USE_X_TOOLKIT */ 853 #endif /* not USE_X_TOOLKIT */
854 #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */ 854 #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */
855 855
856 paths.h: paths.in 856 ../config.status:: paths.in
857 @echo "The file paths.h needs to be set up from paths.in." 857 @echo "The file paths.h needs to be set up from paths.in."
858 @echo "Consult the file \`INSTALL' for instructions for building Emacs." 858 @echo "Please run the `configure' script again."
859 exit 1 859 exit 1
860 860
861 config.h: config.in 861 ../config.status:: config.in
862 @echo "The file config.h needs to be set up from config.in." 862 @echo "The file config.h needs to be set up from config.in."
863 @echo "Consult the file \`INSTALL' for instructions for building Emacs." 863 @echo "Please run the `configure' script again."
864 exit 1 864 exit 1
865 865
866 /* Some machines have alloca built-in. 866 /* Some machines have alloca built-in.
867 They should define HAVE_ALLOCA, or may just let alloca.s 867 They should define HAVE_ALLOCA, or may just let alloca.s
868 be used but generate no code. 868 be used but generate no code.