summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-20 11:33:20 -0500
committerPaul Smith <psmith@gnu.org>2013-01-20 11:33:20 -0500
commit0ea5e86742027478d5fdcfd42e81fd32ffafdfc3 (patch)
treebbfc5e41c8df4219f3750c2bfc79f64fe37a552c /Makefile.am
parentdb45f3d37668ffc6c86c401850a1da2ca81362de (diff)
downloadmake-0ea5e86742027478d5fdcfd42e81fd32ffafdfc3.tar.gz
Rename the make.h file to makeint.h for internal use only.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5ea81fd..55077503 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ endif
EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
-noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
+noinst_HEADERS = commands.h dep.h filedef.h job.h makeint.h rule.h variable.h \
debug.h getopt.h gettext.h hash.h
make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \