Added Makefile depency.

This commit is contained in:
fritz 1997-10-26 22:48:19 +00:00
parent 1c55cb3d62
commit da961239ff
1 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,7 @@ OUT_ENG_HTML = $(SRC_ENG).html
# *** Generate FAQ ***
# Generate all FAQ versions
all: $(GEN_DIR) 7bit html e7bit ehtml
all: Makefile $(GEN_DIR) 7bit html e7bit ehtml
$(GEN_DIR):
-mkdir -p $(GEN_DIR)
@ -203,5 +203,11 @@ clean:
config:
./configure
Makefile: Makefile.in config.status
./config.status
config.status: configure
./config.status --recheck
distclean: clean
rm -f config.* Makefile