diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-09-08 19:58:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:37:52 -0500 |
commit | a769fa3467e836c6074314d6a67a2a64a96baa9e (patch) | |
tree | 9f1a639a610dcb494759a8e8f1a0ce94c7c9b91c /source4 | |
parent | eaa64265f9e110eed4a83d1a79da644505d93692 (diff) | |
download | samba-a769fa3467e836c6074314d6a67a2a64a96baa9e.tar.gz samba-a769fa3467e836c6074314d6a67a2a64a96baa9e.tar.bz2 samba-a769fa3467e836c6074314d6a67a2a64a96baa9e.zip |
r10089: Fix a typo breaking the Makefile generator and therefore - the build.
rafal
(This used to be commit d6936185d5e4a85b188d5117d7a3b3d6bea2f96b)
Diffstat (limited to 'source4')
-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 4a518321a4..b68046ca69 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -18,7 +18,7 @@ INIT_OBJ_FILES = lib/registry/tdr_regf.o lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c lib/registry/tdr_regf.c: lib/registry/regf.idl - @CPP="$(CPP) $(PERL) pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl + @CPP="$(CPP)" $(PERL) pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl ################################################ # Start MODULE registry_w95 |