diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-04-17 07:04:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:08 -0500 |
commit | 573b2f75fbc1de1572ac885804a94ff8ae7d499a (patch) | |
tree | a1a0327b7c9572ffbc8f42f756a2c8e11e14426c /source4/lib/registry | |
parent | 84c6dea9b7e0a77368b8c50dbffd4045cda33805 (diff) | |
download | samba-573b2f75fbc1de1572ac885804a94ff8ae7d499a.tar.gz samba-573b2f75fbc1de1572ac885804a94ff8ae7d499a.tar.bz2 samba-573b2f75fbc1de1572ac885804a94ff8ae7d499a.zip |
r15099: An attempt to fix BSD make portability issues. With these changes Samba 4 builds successfully on NetBSD 3.0
(This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 9cc8c93450..2693f7dde3 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -22,7 +22,7 @@ lib/registry/tdr_regf.h: lib/registry/tdr_regf.c lib/registry/tdr_regf.c: $(srcdir)/lib/registry/regf.idl @CPP="$(CPP)" $(PERL) $(srcdir)/pidl/pidl $(PIDL_ARGS) \ --header --outputdir=lib/registry \ - --tdr-parser -- $^ + --tdr-parser -- $(srcdir)/lib/registry/regf.idl clean:: @-rm -f lib/registry/regf.h lib/registry/tdr_regf* |