author | ar <ar> | 2005-01-22 21:54:26 (UTC) |
---|---|---|
committer | ar <ar> | 2005-01-22 21:54:26 (UTC) |
commit | 701dd4a1e9c64294a9d8947df18a5414bbf62a4f (patch) (unidiff) | |
tree | 59fbc1e3f220f126ddba69a7ec915ef42087ce64 /Makefile | |
parent | 687b18f07228aac2b168ea5e3204c1c3518929a7 (diff) | |
download | opie-701dd4a1e9c64294a9d8947df18a5414bbf62a4f.zip opie-701dd4a1e9c64294a9d8947df18a5414bbf62a4f.tar.gz opie-701dd4a1e9c64294a9d8947df18a5414bbf62a4f.tar.bz2 |
- add rm stamp-headers to mrproper rule
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,12 +129,13 @@ apidox : | |||
129 | mrproper : clean-configs | 129 | mrproper : clean-configs |
130 | find . -name ".moc"|xargs rm -rf | 130 | find . -name ".moc"|xargs rm -rf |
131 | find . -name ".obj"|xargs rm -rf | 131 | find . -name ".obj"|xargs rm -rf |
132 | find lib -name "lib*.*"|xargs rm -f | 132 | find lib -name "lib*.*"|xargs rm -f |
133 | find plugins -name "lib*.*"|xargs rm -f | 133 | find plugins -name "lib*.*"|xargs rm -f |
134 | find . -name "*.pro"|xargs touch | 134 | find . -name "*.pro"|xargs touch |
135 | rm stamp-headers | ||
135 | 136 | ||
136 | include $(TOPDIR)/Rules.make | 137 | include $(TOPDIR)/Rules.make |
137 | 138 | ||
138 | # to speed up (avoid include/generation of packaging rules) | 139 | # to speed up (avoid include/generation of packaging rules) |
139 | ifneq ($(filter package%,$(MAKECMDGOALS)),) | 140 | ifneq ($(filter package%,$(MAKECMDGOALS)),) |
140 | 141 | ||