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/utils/net/config.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source4/utils/net/config.mk') diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk index 2f455d381f..382906f349 100644 --- a/source4/utils/net/config.mk +++ b/source4/utils/net/config.mk @@ -5,12 +5,12 @@ [BINARY::net] INSTALLDIR = BINDIR OBJ_FILES = \ - utils/net/net.o \ - utils/net/net_password.o \ - utils/net/net_time.o \ - utils/net/net_join.o \ - utils/net/net_vampire.o \ - utils/net/net_user.o + net.o \ + net_password.o \ + net_time.o \ + net_join.o \ + net_vampire.o \ + net_user.o REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ -- cgit