From 4c5a4a7e0288e9ac0b2f795befd5684059e4c429 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 21 Oct 2005 16:29:54 +0000 Subject: r11244: Relative path names in .mk files (This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba) --- source4/lib/replace/config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/lib/replace/config.mk') diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index 2658f0e96a..49133651b4 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -2,7 +2,7 @@ # Start SUBSYSTEM REPLACE_READDIR [SUBSYSTEM::REPLACE_READDIR] ADD_OBJ_FILES = \ - lib/replace/repdir/repdir.o + repdir/repdir.o NOPROTO = YES # End SUBSYSTEM REPLACE_READDIR ############################## @@ -11,10 +11,10 @@ NOPROTO = YES ############################## # Start SUBSYSTEM LIBREPLACE [SUBSYSTEM::LIBREPLACE] -INIT_OBJ_FILES = lib/replace/replace.o +INIT_OBJ_FILES = replace.o ADD_OBJ_FILES = \ - lib/replace/snprintf.o \ - lib/replace/dlfcn.o + snprintf.o \ + dlfcn.o NOPROTO = YES REQUIRED_SUBSYSTEMS = REPLACE_READDIR # End SUBSYSTEM LIBREPLACE -- cgit