summaryrefslogtreecommitdiff
path: root/src/bootstrap/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
commitac42344d05ec326f0063133498ec1c040e924db2 (patch)
tree4041bc41d72721a94dc573e5be3cb0f80988e004 /src/bootstrap/Makefile
parentc9c2a632f38b736d6879caf00aa477ecf2e22dfb (diff)
downloadlibdom-ac42344d05ec326f0063133498ec1c040e924db2.tar.gz
libdom-ac42344d05ec326f0063133498ec1c040e924db2.tar.bz2
Remove bootstrap infrastructure, and just make dom_implementation a stub.
We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
Diffstat (limited to 'src/bootstrap/Makefile')
-rw-r--r--src/bootstrap/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrap/Makefile b/src/bootstrap/Makefile
deleted file mode 100644
index e969d87..0000000
--- a/src/bootstrap/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-DIR_SOURCES := implregistry.c init_fini.c implementation.c
-
-include build/makefiles/Makefile.subdir