author | schurig <schurig> | 2003-07-01 11:47:00 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-07-01 11:47:00 (UTC) |
commit | 99e582c840f0c37d318a28caf69d3ae4eb96bea4 (patch) (unidiff) | |
tree | 6ef67e380c6ec89e39f0439c38854cc5986896d7 /Makefile | |
parent | c478a4ce71d4a874ac20e594e1c8ecc66f301146 (diff) | |
download | opie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.zip opie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.tar.gz opie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.tar.bz2 |
ter 'udblood Harry Potter prevented 'e from sleepin'
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,9 +118,6 @@ endif | |||
118 | SUBDIRS = $(subdir-y) | 118 | SUBDIRS = $(subdir-y) |
119 | 119 | ||
120 | all clean install ipk: $(SUBDIRS) | 120 | all clean install ipk: $(SUBDIRS) |
121 | make -C bin clean | ||
122 | make -C lib clean | ||
123 | make -C plugins clean | ||
124 | 121 | ||
125 | lupdate lrelease: | 122 | lupdate lrelease: |
126 | @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done | 123 | @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done |
@@ -133,6 +130,9 @@ $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-head | |||
133 | $(TOPDIR)/library/custom.h | 130 | $(TOPDIR)/library/custom.h |
134 | 131 | ||
135 | clean : $(TOPDIR)/.config | 132 | clean : $(TOPDIR)/.config |
133 | make -C bin clean | ||
134 | make -C lib clean | ||
135 | make -C plugins clean | ||
136 | 136 | ||
137 | apidox : doc/generate_apidox | 137 | apidox : doc/generate_apidox |
138 | 138 | ||