diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-03 22:24:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-03 22:24:16 +0000 |
commit | 883239f29aebc35402c6a62b03973542d135773f (patch) | |
tree | c7faab48883b75dcebeac7a5a533fb2682e6c403 | |
parent | e74b5d4fbf2db9ee34b12c970f99fba56749d844 (diff) | |
download | gunmake-883239f29aebc35402c6a62b03973542d135773f.tar.gz |
Formerly GNUmakefile.~56~
-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. |