summaryrefslogtreecommitdiff
path: root/dmake/unix/coherent/ver40/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/coherent/ver40/config.mk')
-rw-r--r--dmake/unix/coherent/ver40/config.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/dmake/unix/coherent/ver40/config.mk b/dmake/unix/coherent/ver40/config.mk
deleted file mode 100644
index df2a702ea02f..000000000000
--- a/dmake/unix/coherent/ver40/config.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# This config file adds vfprintf.c and memcpy.c for those systems that
-# do not have it.
-#
-
-osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
-CFLAGS += -I$(osredir)
-
-# The following sources are required for coherent version 4.0
-OSDESRC := vfprintf.c getcwd.c
-SRC += $(OSDESRC)
-.SETDIR=$(osredir) : $(OSDESRC)