Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=d57e22e516eb659bcce4024114b6a961fc2abfc6
commit d57e22e516eb659bcce4024114b6a961fc2abfc6 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Nov 22 14:40:50 2007 +0100 Makefile.conf.inc: allow overwriting deps for compile target diff --git a/Makefile.conf.inc b/Makefile.conf.inc index f4cab3f..d6d6648 100644 --- a/Makefile.conf.inc +++ b/Makefile.conf.inc @@ -1,4 +1,5 @@ -compile: $(CONFNAME).so +compile_needs = $(CONFNAME).so +compile: $(conpile_needs) +$(DO_RECURSIVE) install: diff --git a/doc/Makefile b/doc/Makefile index 627e5be..a2ce132 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -20,6 +20,8 @@ -include ../config.mak -include ../Makefile.conf.inc +compile_needs = + SUBDIRS = po DOCS = $(wildcard *.txt) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
