summaryrefslogtreecommitdiff
path: root/libc/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/Makefile')
-rw-r--r--libc/tests/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/libc/tests/Makefile b/libc/tests/Makefile
deleted file mode 100644
index 37e57b8..0000000
--- a/libc/tests/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
-# This file is part of the Linux-8086 C library and is distributed
-# under the GNU Library General Public License.
-
-TOP=..
-include $(TOP)/Make.defs
-CFLAGS=$(CCFLAGS) -ansi
-
-default: all
-
-libc.a:
- @echo -n
-
-include Real_make
-
-fetch_them:
- cp -p $(SRC) Real_make $(TOPDIR)/tests/.
-
-clean:
- rm -f $(OBJ) $(EXE) $(LINK_FILES)