From 8ec48ec8afb7ab8ab95e15ad94d0ee90dd4a051e Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 19 Apr 2004 10:24:41 +0000 Subject: fix for 2.4 build --- kernel/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kernel/Makefile.in') diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 0421f54..1737dc0 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -27,7 +27,7 @@ uninstall: -/sbin/depmod -a clean: - -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s + -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o distclean: clean rm -f Makefile @@ -42,17 +42,17 @@ ifeq ($(majver), 2.4) CC = @CC@ LD = @LD@ -CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe +CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe CPPFLAGS = -I@kernelsrc@/include -I../include -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"@VERSION@\" -fuse_objs = dev.o dir.o file.o inode.o util.o +fuse_objs = dev.o dir.o file.o inode.o util.o compat/parser.o SUFFIXES = .c .o .s all-spec: fuse.o .c.o: - $(CC) $(CFLAGS) $(CPPFLAGS) -c $< + $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ fuse.o: $(fuse_objs) $(LD) -r -o fuse.o $(fuse_objs) -- cgit v1.2.3