diff options
Diffstat (limited to 'test/misc/Makefile')
-rw-r--r-- | test/misc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/misc/Makefile b/test/misc/Makefile index 65e275008..10199d91f 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -16,8 +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 CFLAGS64=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |