diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-25 17:34:07 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-26 11:57:09 -0600 |
commit | aa79008d4b8741cab917a75d4a7e1f8d6a25e897 (patch) | |
tree | 521593796ffc6b78739c3ade312ba5ede4c61a0b /source4/lib/registry | |
parent | 3a3633be8591fbc3219c7b220998f53009132a0a (diff) | |
download | samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.gz samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.bz2 samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.zip |
r26602: Revert my previous commit as it only works with GNU make.
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 71c973f68d..f1f50479cb 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -3,16 +3,16 @@ PUBLIC_DEPENDENCIES = TDR OBJ_FILES = tdr_regf.o # Special support for external builddirs -$(dir)/regf.c: $(dir)/tdr_regf.c -$(srcdir)/$(dir)/regf.c: $(dir)/tdr_regf.c -$(dir)/tdr_regf.h: $(dir)/tdr_regf.c -$(dir)/tdr_regf.c: $(srcdir)/$(dir)/regf.idl +lib/registry/regf.c: lib/registry/tdr_regf.c +$(srcdir)/lib/registry/regf.c: lib/registry/tdr_regf.c +lib/registry/tdr_regf.h: lib/registry/tdr_regf.c +lib/registry/tdr_regf.c: $(srcdir)/lib/registry/regf.idl @CPP="$(CPP)" srcdir="$(srcdir)" $(PERL) $(srcdir)/pidl/pidl $(PIDL_ARGS) \ - --header --outputdir=$(dir) \ - --tdr-parser -- $(srcdir)/$(dir)/regf.idl + --header --outputdir=lib/registry \ + --tdr-parser -- $(srcdir)/lib/registry/regf.idl clean:: - @-rm -f $(dir)/regf.h $(dir)/tdr_regf* + @-rm -f lib/registry/regf.h lib/registry/tdr_regf* ################################################ # Start SUBSYSTEM registry |