1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-12 21:58:10 +03:00

r11246: Another fix for OpenBSD's make

(This used to be commit f04072f7a9fe341efced4aff57cc061cf789d5bd)
This commit is contained in:
Jelmer Vernooij 2005-10-21 19:14:43 +00:00 committed by Gerald (Jerry) Carter
parent 8955516c10
commit e19a291e21

View File

@ -16,8 +16,8 @@ REQUIRED_SUBSYSTEMS = TDR
NOPROTO = YES
INIT_OBJ_FILES = tdr_regf.o
lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c
lib/registry/tdr_regf.c: lib/registry/regf.idl
./lib/registry/reg_backend_nt4.c: ./lib/registry/tdr_regf.c
./lib/registry/tdr_regf.c: lib/registry/regf.idl
@CPP="$(CPP)" pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
################################################