Messages in this thread Patch in this message |  | | Date | Thu, 14 Dec 2000 13:17:28 -0500 (EST) | From | "Mohammad A. Haque" <> | Subject | test13-pre1 Makefiles |
| |
Small errors in two Makefiles
--
===================================================================== Mohammad A. Haque http://www.haque.net/ mhaque@haque.net
"Alcohol and calculus don't mix. Project Lead Don't drink and derive." --Unknown http://wm.themes.org/ batmanppc@themes.org =====================================================================
diff -urw linux-2.4.0-test13.orig/Makefile linux/Makefile --- linux-2.4.0-test13.orig/Makefile Thu Dec 14 13:11:34 2000 +++ linux/Makefile Thu Dec 14 13:12:46 2000 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -test12 +EXTRAVERSION = -test13 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) diff -urw linux-2.4.0-test13.orig/drivers/char/Makefile linux/drivers/char/Makefile --- linux-2.4.0-test13.orig/drivers/char/Makefile Thu Dec 14 12:28:22 2000 +++ linux/drivers/char/Makefile Thu Dec 14 13:13:21 2000 @@ -155,7 +155,7 @@ subdir-$(CONFIG_FTAPE) += ftape subdir-$(CONFIG_DRM) += drm subdir-$(CONFIG_PCMCIA) += pcmcia -subdir-$(CONFIG_agp) += agp +subdir-$(CONFIG_AGP) += agp ifeq ($(CONFIG_FTAPE),y) obj-y += ftape/ftape.o |  |