From: Enrico Scholz Date: Wed, 14 Jan 2004 00:01:15 +0000 (+0000) Subject: fixed parallel build X-Git-Tag: VERSION_0_10~935 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b9a9a66d7a504043d95d2caeea6ce1cb083d1c;p=util-vserver.git fixed parallel build git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@592 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/m4/validate.am b/util-vserver/m4/validate.am index 31aa987..e99028a 100644 --- a/util-vserver/m4/validate.am +++ b/util-vserver/m4/validate.am @@ -25,5 +25,6 @@ distclean-uptodate: .%-up-to-date: @rm -f .*-up-to-date + @$(MAKE) -s clean @touch -t 197001020000 '$@' - @$(MAKE) -s clean $(BUILT_SOURCES) + @$(MAKE) -s $(BUILT_SOURCES)