diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-09 11:45:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-09 11:45:53 (EDT) |
commit | 15ab87f3c3a5ba54534e6a04198d1baffba5dff2 (patch) | |
tree | 264e89ee7bd3df6ccec9b5ed9f101f6d7d8ca333 /src/local.mk | |
parent | c1f7cccfdc8d07873804c8128d58721f002bacb0 (diff) |
src/local.mk: Fix macro name.
Diffstat (limited to 'src/local.mk')
-rw-r--r-- | src/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk index da824aa..84c8f4d 100644 --- a/src/local.mk +++ b/src/local.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -src_srcs = \ +bin_srcs = \ src/oh-installfiles.sh \ src/oh-strip.sh \ src/oh-fixperms.sh \ |