Fix to add missing Makefiles to distlist

The output of the distlist rule was used to form the source tarball.
This commit is contained in:
Landon Curt Noll
2021-12-13 16:27:37 -08:00
parent 1242700601
commit 22e123140c
2 changed files with 2 additions and 2 deletions

View File

@@ -620,7 +620,7 @@ H_SRC= ${CUSTOM_H_SRC}
# directory but are installed as help files from the help/Makefile.
#
DISTLIST= ${CUSTCALC_SRC} ${CUSTOM_CALC_FILES} ${CUSTOM_HELP} \
${INSTALL_H_SRC} CUSTOM_CAL HOW_TO_ADD Makefile.simple
${INSTALL_H_SRC} CUSTOM_CAL HOW_TO_ADD Makefile Makefile.simple
# These files are used to make (but not built) a calc .a link library
#

View File

@@ -691,7 +691,7 @@ H_SRC= ${CUSTOM_H_SRC}
# directory but are installed as help files from the help/Makefile.
#
DISTLIST= ${CUSTCALC_SRC} ${CUSTOM_CALC_FILES} ${CUSTOM_HELP} \
${INSTALL_H_SRC} CUSTOM_CAL HOW_TO_ADD Makefile.simple
${INSTALL_H_SRC} CUSTOM_CAL HOW_TO_ADD Makefile Makefile.simple
# These files are used to make (but not built) a calc .a link library
#