patch-2.3.24 linux/Makefile
Next file: linux/arch/arm/config.in
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Oct 27 14:21:52 1999
- Orig file:
v2.3.23/linux/Makefile
- Orig date:
Fri Oct 22 13:21:43 1999
diff -u --recursive --new-file v2.3.23/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 23
+SUBLEVEL = 24
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -331,7 +331,7 @@
modules: $(patsubst %, _mod_%, $(SUBDIRS))
-$(patsubst %, _mod_%, $(SUBDIRS)) : include/linux/version.h
+$(patsubst %, _mod_%, $(SUBDIRS)) : include/linux/version.h include/config/MARKER
$(MAKE) -C $(patsubst _mod_%, %, $@) CFLAGS="$(CFLAGS) $(MODFLAGS)" MAKING_MODULES=1 modules
modules_install:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)