Skip to content

Commit

Permalink
Makefile install: use non phony install.sh.in
Browse files Browse the repository at this point in the history
Co-authored-by: Guido Günther <[email protected]>
  • Loading branch information
anoop142 and agx authored Nov 5, 2023
1 parent d4c9795 commit 3d09108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ temp-pc:
${SED} "s#/lib\$$##g" govarnam.pc

.PHONY: install-script
install-script:
install.sh: install.sh.in
cp install.sh.in install.sh
${SED} "s#@INSTALL_PREFIX@#${INSTALL_PREFIX}#g" install.sh
${SED} "s#@VERSION@#${VERSION}#g" install.sh
Expand Down

0 comments on commit 3d09108

Please sign in to comment.