]> arthur.ath.cx Git - ax-linux.git/blobdiff - btrfs/mksnapshot/Makefile
Makefile.ax: Don't require a "all" target in "Makefile" any more
[ax-linux.git] / btrfs / mksnapshot / Makefile
index b70ab69310befa3c2644f6ccb5ed3e65952809f8..f56c7fe0f6d3852dd12eac0f0c3a317c1269e742 100644 (file)
@@ -10,7 +10,7 @@
 
 ALL = btrfs-mksnapshot btrfs-mksnapshot-rootfs 06btrfs-mksnapshot
 
-all: $(ALL)
+include ../../Makefile.ax
 
 clean-local:
        rm -f 06btrfs-mksnapshot
@@ -30,5 +30,3 @@ install-local: $(ALL)
 06btrfs-mksnapshot: 06btrfs-mksnapshot.tmpl
        cat 06btrfs-mksnapshot.tmpl | sed -e 's@:PREFIX:@$(PREFIX)@g' \
         >06btrfs-mksnapshot
-
-include ../../Makefile.ax