commit:     f72c81d161a174d683d81aa8747e38f3a364dc58
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 01:02:15 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 01:02:15 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=f72c81d1

regen .depend when applets.h updates since we pull from that

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 137b505..7304559 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ endif
 endif
        $(Q)$(CC) $(WFLAGS) $(PYFLAGS) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) main.c 
-o q $(LIBADD)
 
-.depend: $(SRC)
+.depend: $(SRC) applets.h
        sed -n '/^DECLARE_APPLET/s:.*(\(.*\)).*:#include "\1.c":p' applets.h > 
include_applets.h
        @#$(CC) $(CFLAGS) -MM $(SRC) > .depend
        $(CC) $(CPPFLAGS) $(CFLAGS) -MM main.c > .depend

Reply via email to