diff options
Diffstat (limited to 'test/mmap')
-rw-r--r-- | test/mmap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/mmap/Makefile b/test/mmap/Makefile index 5e7133237..ce786c955 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -16,9 +16,7 @@ # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -TESTDIR=../ -include $(TESTDIR)/Rules.mak - +include ../Rules.mak TARGETS=mmap all: $(TARGETS) |