diff options
| author | sin | 2015-01-30 16:29:34 +0000 |
|---|---|---|
| committer | sin | 2015-01-30 16:29:34 +0000 |
| commit | 4aae55c8d9e11f9c74bd214a8d89dae333ca7572 (patch) | |
| tree | c525714458f826f057267f5949b113da8069e514 /Makefile | |
| parent | e4fe187649888bfa54dd92e4c6b85683579058e8 (diff) | |
Ensure make install can copy dirs too
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ PREFIX = /usr/local | |||
| 2 | 2 | ||
| 3 | install: | 3 | install: |
| 4 | mkdir -p $(DESTDIR)$(PREFIX)/include/fortify | 4 | mkdir -p $(DESTDIR)$(PREFIX)/include/fortify |
| 5 | cp -f include/* $(DESTDIR)$(PREFIX)/include/fortify | 5 | cp -rf include/* $(DESTDIR)$(PREFIX)/include/fortify |
| 6 | 6 | ||
| 7 | .PHONY: | 7 | .PHONY: |
| 8 | install | 8 | install |
