Skip to content

Commit c4bd91e

Browse files
committed
makefile: only require version.h before installheaders
1 parent 03c6f45 commit c4bd91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pluginenv:
6868
@exit 1
6969

7070
installheaders:
71-
@if [ ! -f ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
71+
@if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
7272

7373
mkdir -p ${PREFIX}/include/hyprland
7474
mkdir -p ${PREFIX}/include/hyprland/protocols

0 commit comments

Comments
 (0)