patch-1.3.61 linux/Rules.make
Next file: linux/arch/alpha/config.in
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Feb 8 05:03:03 1996
- Orig file:
v1.3.60/linux/Rules.make
- Orig date:
Tue Jan 23 21:15:36 1996
diff -u --recursive --new-file v1.3.60/linux/Rules.make linux/Rules.make
@@ -34,7 +34,8 @@
#
# Get things started.
#
-first_rule: sub_dirs $(O_TARGET) $(L_TARGET)
+first_rule: sub_dirs
+ $(MAKE) all_targets
#
# Common rules
@@ -48,6 +49,11 @@
%.o: %.s
$(AS) $(ASFLAGS) $(EXTRA_CFLAGS) -o $@ $<
+
+#
+#
+#
+all_targets: $(O_TARGET) $(L_TARGET)
#
# Rule to compile a set of .o files into one .o file
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