commit 65f5492fb4812844891210b5410d9bd4832ad74f parent a25e7f2fd5503b46abd4e6f67f4f24f734931ee3 Author: rsc <devnull@localhost> Date: Wed, 21 Apr 2004 05:42:46 +0000 maybe this will work. Diffstat:
A | src/libmp/power/mkfile | | | 4 | ++++ |
A | src/libmp/sparc/mkfile | | | 4 | ++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/libmp/power/mkfile b/src/libmp/power/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here diff --git a/src/libmp/sparc/mkfile b/src/libmp/sparc/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here