Add -c flag to install to keep it from deleting source on some platforms.

This commit is contained in:
Svend Sorensen
2004-12-07 06:53:07 +00:00
parent b0628897a2
commit 18ecd7c3f5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ clean:
rm -f $(TARGETS)
rm -f *.o
INSTALL= install
INSTALL= install -c
INSTALL_PROGRAM= $(INSTALL)
INSTALL_DATA= $(INSTALL) -m 644