From 50525701e7715efc9467056006cd6007b640214b Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Thu, 10 Dec 1998 08:07:31 +0000 Subject: [PATCH] trim down Makefile. git-svn-id: svn://10.0.0.236/trunk@16128 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/ef/Driver/StandAloneJava/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/mozilla/ef/Driver/StandAloneJava/Makefile b/mozilla/ef/Driver/StandAloneJava/Makefile index 8483c7cbcb8..3e51ad62932 100644 --- a/mozilla/ef/Driver/StandAloneJava/Makefile +++ b/mozilla/ef/Driver/StandAloneJava/Makefile @@ -26,17 +26,8 @@ CPPSRCS = efmain.cpp \ PROGRAM = sajava - -####################################################################### -# (2) Include "component" configuration information. # -####################################################################### - include $(DEPTH)/config/config.mk -####################################################################### -# (3) Include "local" platform-dependent assignments (OPTIONAL). # -####################################################################### - CFLAGS += -DIMPORTING_VM_FILES ifneq ($(OS_ARCH),WINNT) @@ -45,16 +36,8 @@ endif LDFLAGS += $(EF_LIBS) $(NSPR_LIBS) -####################################################################### -# (4) Execute "component" rules. (OPTIONAL) # -####################################################################### - include $(DEPTH)/config/rules.mk -####################################################################### -# (7) Execute "local" rules. (OPTIONAL). # -####################################################################### - program:: $(PROGRAM) ifdef GENERATE_BROWSE_INFO