aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnustack/Makefile.am')
-rw-r--r--tests/gnustack/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
index b0b054f..af11d60 100644
--- a/tests/gnustack/Makefile.am
+++ b/tests/gnustack/Makefile.am
@@ -18,10 +18,10 @@ test.sh:
@echo "================================================================================"
@echo
@echo "Fixing Bad GNU_STACK Elf"
- @../src/fix-gnustack -f bad-gnustack
+ @../../src/fix-gnustack -f bad-gnustack
@echo
@echo "Fixed Bad GNU_STACK Elf"
- @../src/fix-gnustack bad-gnustack
+ @../../src/fix-gnustack bad-gnustack
@echo
@echo "================================================================================"