From 070eaab05ab02733ed0f900e62b84cbaa13b828e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 29 Apr 1996 20:43:37 +0000 Subject: (OBJS): Delete variable. --- fstests/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index 4daa1866..248c1875 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -19,7 +19,6 @@ dir := fstests makemode := utilities SRCS = fstests.c fdtests.c timertest.c opendisk.c -OBJS = fstests.o fdtests.o timertest.o opendisk.o targets = timertest fstests opendisk # fdtests include ../Makeconf @@ -28,3 +27,6 @@ timertest: timertest.o fstests: fstests.o opendisk: opendisk.o fdtests: fdtests.o + +wuzzy: + echo $(targets) -- cgit v1.2.3