Added -c flag to wrong line.

This commit is contained in:
Svend Sorensen
2004-12-07 06:54:52 +00:00
parent 18ecd7c3f5
commit ced5803107

View File

@@ -1,7 +1,7 @@
# Makefile # Makefile
INSTALL= install INSTALL= install -c
INSTALL_PROGRAM= $(INSTALL) -c INSTALL_PROGRAM= $(INSTALL)
INSTALL_DATA= $(INSTALL) -m 644 INSTALL_DATA= $(INSTALL) -m 644
GROFF= groff GROFF= groff