diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1ac4dcf..b5cd7cd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -174,7 +174,7 @@ endif .PHONY: tests testdir := $(firstword $(wildcard make-test-?.?)) tests: $(testdir)/run_make_tests.pl $(prog) -# cd $(<D); perl $(<F) + cd $(<D); perl $(<F) # Make the distribution tar files. |