Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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@zytor.com>
  • Loading branch information
H. Peter Anvin committed Mar 16, 2011
1 parent 2121455 commit 372dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag/geodsp/Makefile
Expand Up @@ -52,7 +52,7 @@ mk-lba-img: mk-lba-img.c
gcc -o $@ $<

lba.img: mk-lba-img
$< $@
./$< $@

tidy dist:
rm -Rf *.img
Expand Down

0 comments on commit 372dfd1

Please sign in to comment.