summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-29 20:43:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-29 20:43:37 +0000
commit070eaab05ab02733ed0f900e62b84cbaa13b828e (patch)
tree4f827228536a7fad974d2409fb4b451952282957 /fstests
parente0994ed082535eedebc9be7c9869ea4a2147fd93 (diff)
(OBJS): Delete variable.
Diffstat (limited to 'fstests')
-rw-r--r--fstests/Makefile6
1 files changed, 4 insertions, 2 deletions
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)