Skip to content

Commit

Permalink
Makefile install: drop phony for install-script
Browse files Browse the repository at this point in the history
not necessary anymore
  • Loading branch information
anoop142 authored Nov 5, 2023
1 parent c628a10 commit 1a16d11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ temp-pc:
${SED} "s#/include/libgovarnam##g" govarnam.pc
${SED} "s#/lib\$$##g" govarnam.pc

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

0 comments on commit 1a16d11

Please sign in to comment.