aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-12-06 15:31:23 +0000
committerVaxry <[email protected]>2023-12-06 15:31:23 +0000
commitc4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95 (patch)
treef010cfeae2d9096939a18d4cf1246d234ebf37ca /Makefile
parent03c6f4506ab06d2920c59b3c64f45cb4eec8c97a (diff)
downloadHyprland-c4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95.tar.gz
Hyprland-c4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95.zip
makefile: only require version.h before installheaders
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c0b9d10..6213102e 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ pluginenv:
@exit 1
installheaders:
- @if [ ! -f ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
+ @if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
mkdir -p ${PREFIX}/include/hyprland
mkdir -p ${PREFIX}/include/hyprland/protocols