Force MAKEFILES to be set, even if nothing is read.

This commit is contained in:
briano%netscape.com 1999-09-10 18:05:38 +00:00
Родитель c6a7cf8cf3
Коммит 01ea5bec28
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,8 @@
# Unused makefiles may be commented out with '#'.
# ('#' must be the first character on the line).
MAKEFILES=""
# add_makefiles - Shell function to add makefiles to MAKEFILES
add_makefiles() {
while read line; do