fixed parallel build
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 00:01:15 +0000 (00:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 00:01:15 +0000 (00:01 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@592 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/m4/validate.am

index 31aa987..e99028a 100644 (file)
@@ -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)