X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d614b065a35df8f3adaa4a4afc0d7a6cb02eef97..2f7151690ddee06f98ad4bb3267195505437e96a:/projects/stargazer/plugins/Makefile.in

diff --git a/projects/stargazer/plugins/Makefile.in b/projects/stargazer/plugins/Makefile.in
index 87e0c4ce..23ff1eb9 100644
--- a/projects/stargazer/plugins/Makefile.in
+++ b/projects/stargazer/plugins/Makefile.in
@@ -22,7 +22,7 @@ $(PROG): $(OBJS) $(STGLIBS)
 clean:
 	rm -f deps $(PROG) *.o tags *.*~
 
-install:
+install: $(PROG)
 	mkdir -m $(DIR_MODE) -p $(PREFIX)/usr/lib/stg
 	install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/stg/$(PROG)