]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Latest changes broke out-of-tree compilation.
authorMartin Mares <mj@ucw.cz>
Tue, 2 Mar 1999 16:39:41 +0000 (16:39 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 2 Mar 1999 16:39:41 +0000 (16:39 +0000)
tools/mergedirs

index e50d02ba8499cfbda895aa186891ff08c577844a..61b092f410b347822fa65a78778996102580cbef 100755 (executable)
@@ -20,7 +20,7 @@ shift
 
 echo "Merging system-dependent modules ($@)"
 MODULES=`for a in $@ ; do
-               cat sysdep/config.h $SRCDIR/$a/Modules |
+               cat $SRCDIR/sysdep/config.h $SRCDIR/$a/Modules |
                $cpp -U unix -D MACROS_ONLY - |
                sed "/^[ ]*\$/d;/^#/d;s@\\(.*\\)@\\1 $a/\\1@"
                done |