Bugfix: Don't try to install CVS dir.

This commit is contained in:
fritz 1997-03-23 19:53:07 +00:00
parent 49a5f37108
commit 083b9cc347
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ enew:
install: all
if [ $(TARGET_DIR) != $(GEN_DIR) ]; then \
$(INSTALL) -m 0755 -d $(TARGET_DIR); \
$(INSTALL) -m 0644 $(GEN_DIR)/* $(TARGET_DIR); \
$(INSTALL) -m 0644 `find $(GEN_DIR) -maxdepth 1 -type f` $(TARGET_DIR); \
fi
# Un-install output files