[syslinux:master] diag/geodsp/Makefile: use ./ to run a file in the current dir

syslinux-bot for H. Peter Anvin hpa at zytor.com
Wed Mar 16 14:00:33 PDT 2011


Commit-ID:  372dfd113cb87e4b3f983db620ca5a55ab821036
Gitweb:     http://syslinux.zytor.com/commit/372dfd113cb87e4b3f983db620ca5a55ab821036
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 16 Mar 2011 13:58:42 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 16 Mar 2011 13:58:42 -0700

diag/geodsp/Makefile: use ./ to run a file in the current dir

When running a file in the current directory, use ./ as a prefix.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 diag/geodsp/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index e2d710d..4c8eff6 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -52,7 +52,7 @@ mk-lba-img: mk-lba-img.c
 	gcc -o $@ $<
 
 lba.img: mk-lba-img
-	$< $@
+	./$< $@
 
 tidy dist:
 	rm -Rf *.img



More information about the Syslinux-commits mailing list