Fix for make proto when srcdir != cwd.
authorTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 04:16:56 +0000 (04:16 +0000)
committerTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 04:16:56 +0000 (04:16 +0000)
(This used to be commit e6c0fb75755240e0d14452e421d965617d761507)

source3/Makefile.in

index 68de10959b133eb0dcc89e06534368ba5699ae1c..29433d37e9d3bfdb343c5d888d3006c20b8e42c6 100644 (file)
@@ -696,7 +696,7 @@ winbindd_proto:
          $(WINBINDD_OBJ1)
 
 delproto:
-       @/bin/rm -f include/proto.h
+       @/bin/rm -f $(srcdir)/include/proto.h
 
 include/proto.h: 
        @echo rebuilding include/proto.h