X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libpwdgrp%2FMakefile;h=c833550bfcb4590233f87717b39751d768ce5aff;hb=b628409b1e18aa6cdcf485077a3a64276e817db9;hp=2708027ec0ca66f98590f9738f8487067e4af482;hpb=1fca558799350fb6caff97f55aa6d1237b08fccb;p=oweals%2Fbusybox.git diff --git a/libpwdgrp/Makefile b/libpwdgrp/Makefile index 2708027ec..c833550bf 100644 --- a/libpwdgrp/Makefile +++ b/libpwdgrp/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2004 by Erik Andersen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,13 +17,15 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -TOPDIR:= ../ +top_srcdir=.. +top_builddir=.. +srcdir=$(top_srcdir)/libpwgrp LIBPWDGRP_DIR:=./ -include $(TOPDIR).config -include $(TOPDIR)Rules.mak +include $(top_builddir)/Rules.mak +include $(top_builddir)/.config include Makefile.in all: $(libraries-y) --include $(TOPDIR).depend +-include $(top_builddir)/.depend clean: rm -f *.o *.a $(AR_TARGET)