diff options
author | midipix <writeonce@midipix.org> | 2016-05-07 13:25:35 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:44 -0500 |
commit | e1aa5d652b9cf91c99b19537f284a158cf89ee0f (patch) | |
tree | 91ae2e9d36717f9e9a36e0e2a448d462ef2ba192 | |
parent | bcd9569be405f7f68be3aa596c0eff72e59301cc (diff) | |
download | mdso-e1aa5d652b9cf91c99b19537f284a158cf89ee0f.tar.bz2 mdso-e1aa5d652b9cf91c99b19537f284a158cf89ee0f.tar.xz |
build system: custom header installation: add missing .PHONY definitions.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c6e5d5c..2e2652f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -369,6 +369,7 @@ clean: clean-implib default-app shared-app static-app \ install-shared install-static \ install-headers install-app \ + install-headers-default install-headers-custom \ clean distclean clean-implib version \ .display .conf \ .display-project .display-env .display-tools .display-flags \ |