]> arthur.ath.cx Git - ax-linux.git/blobdiff - bup/save-user/Makefile
Makefile.ax: Don't require a "all" target in "Makefile" any more
[ax-linux.git] / bup / save-user / Makefile
index ba42d5c0ad0dad40a160c448a5232de8649e95f6..cb6c748ff1e649051407c08aa5a8546d67b33db4 100644 (file)
@@ -8,12 +8,12 @@
 # (at your option) any later version.
 #
 
-all: bup-save-user
+ALL = bup-save-user
+
+include ../../Makefile.ax
 
 install-local: bup-save-user
        install -d -o $(USER) -g $(GROUP) -m 755 \
         $(DESTDIR)/usr/local/bin
        install -p -o $(USER) -g $(GROUP) -m 755 bup-save-user \
         $(DESTDIR)/usr/local/bin/bup-save-user
-
-include ../../Makefile.ax