[Linux1394-cvslog] rev 633 - trunk
Brought to you by:
aeb,
bencollins
From: SVN U. <ben...@li...> - 2002-10-21 16:26:13
|
Author: bencollins Date: 2002-10-21 12:26:11 -0400 (Mon, 21 Oct 2002) New Revision: 633 Modified: trunk/Makefile Log: clean-files should come before we include Rules.make Modified: trunk/Makefile ============================================================================== --- trunk/Makefile (original) +++ trunk/Makefile 2002-10-21 12:26:11.000000000 -0400 @@ -18,13 +18,13 @@ obj-$(CONFIG_IEEE1394_AMDTP) += amdtp.o obj-$(CONFIG_IEEE1394_CMP) += cmp.o +clean-files := oui.c + include $(TOPDIR)/Rules.make ieee1394.o: $(ieee1394-objs) $(LD) $(LDFLAGS) -r -o $@ $(ieee1394-objs) -clean-files := oui.c - ifeq ($(obj),) obj = . endif |