Update of /cvsroot/linux-vax/kernel-2.5
In directory sc8-pr-cvs1:/tmp/cvs-serv10793/linux-vax/cvs/src
Modified Files:
Rules.make
Log Message:
Hyphens are OK in listing file names
Index: Rules.make
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/Rules.make,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Rules.make 16 Feb 2003 01:05:23 -0000 1.19
+++ Rules.make 16 Feb 2003 02:07:42 -0000 1.20
@@ -252,7 +252,7 @@
@echo -n
# define listing_o_c to get compiler listings from .c -> .o compilations
-listing_o_c = -Wa,-adnhls=$(subst $(comma),_,$(subst -,_,$(*F))).lst -g
+listing_o_c = -Wa,-adnhls=$(subst $(comma),_,$(*F)).lst -g
# Compile C sources (.c)
# ---------------------------------------------------------------------------
|