summaryrefslogtreecommitdiffstats
path: root/src/org/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/Makefile')
-rw-r--r--src/org/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/org/Makefile b/src/org/Makefile
deleted file mode 100644
index c39f186b5..000000000
--- a/src/org/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-BASEDIR:=../..
-include $(BASEDIR)/Makefile.rules
-
-SUBDIRS=apache
-
-all: allsubs
-
-clean: cleanme cleansubs
-
-cleanme:
- rm -f *.class
-
-
-$(TARGETS:%=%subs): %subs :
- for dir in $(SUBDIRS) ; do \
- (cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \
- done
-