You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
301 B

--- Makefile_BACKUP 2010-01-12 01:26:33.000000000 +0100
+++ Makefile 2010-01-12 01:26:58.000000000 +0100
@@ -7,10 +7,10 @@
LIB = -lfuse -lpthread -lm
build:
- make -C src/
+ $(MAKE) -C src/
clean:
- make -C src/ clean
+ $(MAKE) -C src/ clean
install: build
cp src/unionfs $(DESTDIR)/sbin/