Skip to content

Commit

Permalink
libselinux: fix build order
Browse files Browse the repository at this point in the history
We need to install the include files before we try to build the source.
Otherwise, make DESTDIR=~/obj install can fail if there are older
headers under /usr/include.

Signed-off-by: Stephen Smalley <[email protected]>
  • Loading branch information
stephensmalley committed Aug 17, 2020
1 parent ba2d6c1 commit e7abd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libselinux/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = src include utils man
SUBDIRS = include src utils man

PKG_CONFIG ?= pkg-config
DISABLE_SETRANS ?= n
Expand Down

0 comments on commit e7abd80

Please sign in to comment.