From: Seth Vidal Date: Fri, 16 Apr 2004 05:15:31 +0000 (+0000) Subject: fix makefile X-Git-Tag: upstream/0.9.9~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ff702bafb22e86875b4a3542971d4f60b5a0f3d;p=tools%2Fcreaterepo.git fix makefile --- diff --git a/Makefile b/Makefile index b5f8191..5a58784 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ dailyfiles: $(srcdir)/Makefile \ $(srcdir)/ChangeLog \ $(srcdir)/README \ - $(srcdir)/$(PACKAGE).spec + $(srcdir)/$(PACKAGE).spec \ $(top_srcdir)/.disttmp/$$distdir for subdir in $(SUBDIRS) ; do \ $(MAKE) -C $$subdir dailyfiles VERSION=$(VERSION) PACKAGE=$(PACKAGE); \