patch-1.3.96 linux/Makefile
Next file: linux/arch/alpha/kernel/entry.S
Previous file: linux/Documentation/riscom8.txt
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Fri Apr 26 10:42:04 1996
- Orig file:
v1.3.95/linux/Makefile
- Orig date:
Wed Apr 24 17:00:33 1996
diff -u --recursive --new-file v1.3.95/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 95
+SUBLEVEL = 96
ARCH = i386
@@ -142,6 +142,10 @@
DRIVERS := $(DRIVERS) drivers/pci/pci.a
endif
+ifdef CONFIG_SBUS
+DRIVERS := $(DRIVERS) drivers/sbus/sbus.a
+endif
+
include arch/$(ARCH)/Makefile
ifdef SMP
@@ -202,7 +206,7 @@
@if [ ! -f .version ]; then \
echo 1 > .version; \
else \
- expr `cat .version` + 1 > .version; \
+ expr 0`cat .version` + 1 > .version; \
fi
include/linux/compile.h: $(CONFIGURATION) include/linux/version.h newversion
@@ -326,7 +330,7 @@
rm -f .hdepend
rm -f $(TOPDIR)/include/linux/modversions.h
rm -f $(TOPDIR)/include/linux/modules/*
-
+
distclean: mrproper
rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this