Magellan Linux

Annotation of /trunk/mozilla/patches/mozilla-1.3-fix-RAW-target.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 328 byte(s)
-import

1 niro 153 --- mozilla/xpinstall/packager/Makefile.in.orig 2003-02-23 14:41:08.000000000 +0200
2     +++ mozilla/xpinstall/packager/Makefile.in 2003-02-23 14:41:36.000000000 +0200
3     @@ -87,6 +87,9 @@
4     ifeq ($(MOZ_PKG_FORMAT),DEB)
5     PKG_SUFFIX = .deb
6     endif
7     +ifeq ($(MOZ_PKG_FORMAT),RAW)
8     +MAKE_SDK = echo
9     +endif
10    
11     TARGETS = $(PACKAGE) $(SDK)
12