summaryrefslogtreecommitdiff
path: root/dso/os2/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'dso/os2/Makefile.in')
-rw-r--r--dso/os2/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/dso/os2/Makefile.in b/dso/os2/Makefile.in
deleted file mode 100644
index 7d42bdedf..000000000
--- a/dso/os2/Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-TARGETS = dso.lo
-
-# bring in rules.mk for standard functionality
-@INCLUDE_RULES@
-
-INCDIR=../../include
-OSDIR=$(INCDIR)/arch/@OSDIR@
-DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
-
-# DO NOT REMOVE