]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix Debian bootfloppies build for xfsprogs.
authorNathan Scott <nathans@sgi.com>
Sat, 3 May 2003 05:14:42 +0000 (05:14 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 3 May 2003 05:14:42 +0000 (05:14 +0000)
debian/rules

index fbbb35b6de610bce0fe928834cb1cdd84b730838..b6e5eec598c57de068ee40126cdda7a18791ebb6 100755 (executable)
@@ -34,7 +34,9 @@ bfbuild:
        @echo "== dpkg-buildpackage: bootfloppies" 1>&2
        if [ ! -f mkfs/mkfs.xfs-$(bootpkg) ]; then \
                $(bfsopts) $(MAKE) configure; \
-               for dir in libxfs libdisk mkfs; do $(MAKE) -C $$dir; done; \
+               for dir in include libxfs libdisk mkfs; do \
+                       $(MAKE) -C $$dir; \
+               done; \
                mv mkfs/mkfs.xfs mkfs/mkfs.xfs-$(bootpkg); \
                $(MAKE) distclean; \
        fi