summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-11-26 18:18:25 +0000
committerjkar8572 <jkar8572>2001-11-26 18:18:25 +0000
commit76dd02d322ec1301a5b95524a719cbca42d47ecd (patch)
treee9d454d2ba5cfd1863c4a5dfc9539488de7a8a7c /Makefile.in
parentd3cedc2d4ad0e220a3c09e2a58312d306757fb26 (diff)
Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).
rpc.rquotad now doesn't need mountpoint to get quota.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d540373..3b522d4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,6 +38,8 @@ IOOBJS += $(RPCCLNTOBJS)
LIBOBJS = bylabel.o common.o quotasys.o pot.o $(IOOBJS)
LIBOBJS += @LIBMALLOC@
+.PHONY: all clean clobber realclean pot mo inst_mo
+
.%.d: %.c
set -e; $(CC) -MM -MG $(CPPFLAGS) $< | \
sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' > $@; \