Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
bug 380786 - clean up xpfe/ after suite moving to toolkit, step 2 (xp…
Browse files Browse the repository at this point in the history
…fe/bootstrap), r=bsmedberg
  • Loading branch information
KaiRo-at committed Jun 10, 2007
1 parent d068cb2 commit d2cfdec
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 2,886 deletions.
2 changes: 0 additions & 2 deletions allmakefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,6 @@ xpfe/components/xremote/src/Makefile
xpfe/appshell/Makefile
xpfe/appshell/src/Makefile
xpfe/appshell/public/Makefile
xpfe/bootstrap/Makefile
xpfe/bootstrap/init.d/Makefile
xpfe/bootstrap/appleevents/Makefile
xpfe/browser/Makefile
xpfe/browser/src/Makefile
Expand Down
3 changes: 1 addition & 2 deletions toolkit/xre/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ endif

LOCAL_INCLUDES += \
-I$(srcdir) \
-I$(topsrcdir)/xpfe/bootstrap \
-I$(srcdir)/../profile/src \
-I$(topsrcdir)/config \
$(NULL)
Expand All @@ -252,5 +251,5 @@ ifdef WRAP_SYSTEM_INCLUDES
DEFINES += -DWRAP_SYSTEM_INCLUDES
endif

export:: $(addprefix $(topsrcdir)/xpfe/bootstrap/, $(SHAREDCPPSRCS) $(SHAREDCMMSRCS)) $(STACKWALK_CPPSRCS)
export:: $(addprefix $(topsrcdir)/xpfe/bootstrap/, $(SHAREDCPPSRCS)) $(STACKWALK_CPPSRCS)
$(INSTALL) $^ .
Loading

0 comments on commit d2cfdec

Please sign in to comment.