projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ee2227
)
Makefiles like tabs, not spaces.
Steve Peters [Fri, 28 Oct 2005 21:12:35 +0000 (21:12 +0000)]
p4raw-id: //depot/perl@25867
win32/Makefile
patch
|
blob
|
blame
|
history
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/Makefile
b/win32/Makefile
index
d9be141
..
eaedd01
100644
(file)
--- a/
win32/Makefile
+++ b/
win32/Makefile
@@
-590,7
+590,7
@@
MICROCORE_SRC = \
..\gv.c \
..\hv.c \
..\locale.c \
- ..\mathoms.c \
+ ..\mathoms.c \
..\mg.c \
..\numeric.c \
..\op.c \
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
ece395d
..
ab98162
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-760,7
+760,7
@@
MICROCORE_SRC = \
..\gv.c \
..\hv.c \
..\locale.c \
- ..\mathoms.c \
+ ..\mathoms.c \
..\mg.c \
..\numeric.c \
..\op.c \