projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98f5e3
)
make sure clean removes objects in subdirs
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 11 Jun 2005 00:12:12 +0000
(
00:12
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 11 Jun 2005 00:12:12 +0000
(
00:12
-0000)
e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/e2fsprogs/Makefile
b/e2fsprogs/Makefile
index 267099d9d2b7c3251c5643cee279da9eb2bc6cfe..28fe671ef4ddf212dcffce7f4af6d8b584658535 100644
(file)
--- a/
e2fsprogs/Makefile
+++ b/
e2fsprogs/Makefile
@@
-28,4
+28,4
@@
all: $(libraries-y)
-include $(top_builddir)/.depend
clean:
- rm -f *.o *.a $(AR_TARGET)
+ rm -f *.o *.a
*/*.o
$(AR_TARGET)