Fixed DESTDIR make install/uninstall and break immediately on errors
This commit is contained in:
parent
496754f5c5
commit
96a7ec86f0
16 changed files with 115 additions and 39 deletions
|
|
@ -48,7 +48,7 @@ install-include:
|
|||
install -m 644 *.h $(DESTDIR)$(includedir)/clixon
|
||||
|
||||
uninstall:
|
||||
rm -f $(includedir)/clixon
|
||||
rm -rf $(DESTDIR)$(includedir)/clixon
|
||||
|
||||
clean:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue