Add -c flag to install to keep it from deleting source on some platforms.
This commit is contained in:
@@ -10,7 +10,7 @@ clean:
|
||||
rm -f $(TARGETS)
|
||||
rm -f *.o
|
||||
|
||||
INSTALL= install
|
||||
INSTALL= install -c
|
||||
INSTALL_PROGRAM= $(INSTALL)
|
||||
INSTALL_DATA= $(INSTALL) -m 644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user