Jacob Appelbaum commited on 2008-07-15 06:20:49
              Zeige 2 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.
            
| ... | ... | 
                      @@ -11,7 +11,7 @@ TORSVNHEAD = ../tor  | 
                  
| 11 | 11 | 
                        #TORSVNHEAD = /home/arma/work/onion/svn/trunk  | 
                    
| 12 | 12 | 
                         | 
                    
| 13 | 13 | 
                        WMLBASE = .  | 
                    
| 14 | 
                        -SUBDIRS=docs eff gui torbrowser tordnsel projects  | 
                    |
| 14 | 
                        +SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects  | 
                    |
| 15 | 15 | 
                         | 
                    
| 16 | 16 | 
                        include $(WMLBASE)/Makefile.common  | 
                    
| 17 | 17 | 
                        all: $(SUBDIRS)  | 
                    
| ... | ... | 
                      @@ -24,6 +24,8 @@ gui:  | 
                  
| 24 | 24 | 
                        $(MAKE) -C "$@" WMLBASE=..  | 
                    
| 25 | 25 | 
                        torbrowser:  | 
                    
| 26 | 26 | 
                        $(MAKE) -C "$@" WMLBASE=..  | 
                    
| 27 | 
                        +torbutton:  | 
                    |
| 28 | 
                        + $(MAKE) -C "$@" WMLBASE=..  | 
                    |
| 27 | 29 | 
                        tordnsel:  | 
                    
| 28 | 30 | 
                        $(MAKE) -C "$@" WMLBASE=..  | 
                    
| 29 | 31 | 
                        projects:  | 
                    
| ... | ... | 
                      @@ -34,4 +36,4 @@ mirrors:  | 
                  
| 34 | 36 | 
                        # XXX: this also depends on all subs' wmlfiles. How to fix?  | 
                    
| 35 | 37 | 
                        translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)  | 
                    
| 36 | 38 | 
                         | 
                    
| 37 | 
                        -.PHONY: docs eff gui torbrowser tordnsel projects  | 
                    |
| 39 | 
                        +.PHONY: docs eff gui torbrowser torbutton tordnsel projects  |