]> andersk Git - moira.git/blobdiff - clients/blanche/Makefile.in
DESTDIR support.
[moira.git] / clients / blanche / Makefile.in
index 7757ba20b1940fca0779fae07c27507102cafd09..54d8d6543da4df4eed9ebe9f1e7aef47e8ad79dc 100644 (file)
@@ -34,10 +34,13 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
-       $(INSTALL_PROGRAM) blanche $(bindir)
+       $(INSTALL_PROGRAM) blanche $(DESTDIR)$(bindir)
 
 $(TARGET): $(OBJS) ../lib/libmrclient.a $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
This page took 0.036086 seconds and 4 git commands to generate.